vx_resp_aux_set_render_device
Reference the Vivox Core SDK API.
読み終わるまでの所要時間 1 分最終更新 23日前
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
The response for vx_req_aux_set_render_device. See: vx_req_aux_set_render_devicestruct vx_resp_aux_set_render_device;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable 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".char * open_render_device_guid;