vx_req_aux_get_capture_devices
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months ago
Module: Audio Devices
Return a list of available audio capture devices. More...
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| VX_HANDLE | account_handle An optional parameter that specifies the account handle of the user whose capture device will be retrieved. |
Detailed Description
struct vx_req_aux_get_capture_devices;
Return a list of available audio capture devices.
Note: This list could be smaller than the list of all available capture devices.
Public Attributes Documentation
variable base
vx_req_base_t base;
The common properties for all requests.
variable account_handle
VX_HANDLE account_handle;
An optional parameter that specifies the account handle of the user whose capture device will be retrieved.
This must either be unset or the account_handle that was passed in to a vx_req_account_anonymous_login request that previously succeeded. If unset, the default account_handle is used. The list of all capture devices returned in the capture_devices list of the response is user-agnostic. The other fields that indicate the devices in use under their respective contexts vary with the requested user.