Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_resp_aux_get_render_devices

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago

Module: Audio Devices The response for vx_req_aux_get_render_devices. More...
#include <VxcResponses.h>

Public Attributes

Name

vx_resp_base_tbase
The common properties for all responses.
intcount
The number of render devices found.
vx_device_t **render_devices
An array of pointers to 'vx_device_t' structs.
vx_device_t *current_render_device
The render device currently in use by the Vivox SDK for the requested user.
vx_device_t *effective_render_device
The effective render device of the requested user.
vx_device_t *default_render_device
The default system render device of the requested user.
vx_device_t *default_communication_render_device
The default communication render device of the requested user.

Detailed Description

struct vx_resp_aux_get_render_devices;
The response for vx_req_aux_get_render_devices. See: vx_req_aux_get_render_devices

Public Attributes Documentation

variable base

vx_resp_base_t base;
The common properties for all responses.

variable count

int count;
The number of render devices found.

variable render_devices

vx_device_t ** render_devices;
An array of pointers to 'vx_device_t' structs.

variable current_render_device

vx_device_t * current_render_device;
The render device currently in use by the Vivox SDK for the requested user.

variable effective_render_device

vx_device_t * effective_render_device;
The effective render device of the requested user.

variable default_render_device

vx_device_t * default_render_device;
The default system render device of the requested user.

variable default_communication_render_device

vx_device_t * default_communication_render_device;
The default communication render device of the requested user.