vx_resp_aux_set_render_device
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months ago
Module: Audio Devices
The response for vx_req_aux_set_render_device. More...
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base The common properties for all responses. |
| char * | open_render_device_guid The globally unique ID assigned to the open instance of the current render device (after the set). |
Detailed Description
struct vx_resp_aux_set_render_device;
The response for vx_req_aux_set_render_device.
Public Attributes Documentation
variable base
vx_resp_base_t base;
The common properties for all responses.
variable open_render_device_guid
char * open_render_device_guid;
The globally unique ID assigned to the open instance of the current render device (after the set).
Empty if no device is open for this user. This is useful for differentiating between discrete instances of "No Device".