Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_resp_aux_set_capture_device

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

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

Public Attributes

Name

vx_resp_base_tbase
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

struct vx_resp_aux_set_capture_device;
The response for vx_req_aux_set_capture_device. See: vx_req_aux_set_capture_device

Public Attributes Documentation

variable base

vx_resp_base_t base;
The common properties for all responses.

variable open_capture_device_guid

char * 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".