vx_req_aux_get_render_devices
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
Module: Audio Devices Retrieve a list of audio render devices for the current computer. 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 render devices will be retrieved. |
Detailed Description
Retrieve a list of audio render devices for the current computer. See: vx_resp_aux_get_render_devices Note: This list could be smaller than the list of all available render devices. Most machines have at least one audio render device. The application programmer can call this method without initializing the SDK or logging in (similar to the network connectivity methods).struct vx_req_aux_get_render_devices;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable account_handle
An optional parameter that specifies the account handle of the user whose render devices 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 render devices returned in the render_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.VX_HANDLE account_handle;