vx_resp_aux_set_capture_device
Reference the Vivox Core SDK API.
阅读时间1 分钟最后更新于 12 天前
Module: Audio Devices The response for vx_req_aux_set_capture_device. More...
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base The common properties for all responses. |
| char * | open_capture_device_guid The globally unique ID assigned to the open instance of the current capture device (after the set). |
Detailed Description
The response for vx_req_aux_set_capture_device. See: vx_req_aux_set_capture_devicestruct vx_resp_aux_set_capture_device;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable open_capture_device_guid
The globally unique ID assigned to the open instance of the current capture 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_capture_device_guid;