vx_req_connector_get_local_audio_info
Learn about audio management.
Read time 1 minuteLast updated 14 days ago
Module: Audio Devices Retrieve the current volume and mute status of the local render and capture devices. More...
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| VX_HANDLE | connector_handle |
| VX_HANDLE | account_handle An optional parameter that specifies the account handle of the user whose local audio information will be retrieved. |
Detailed Description
Retrieve the current volume and mute status of the local render and capture devices. See: vx_resp_connector_get_local_audio_infostruct vx_req_connector_get_local_audio_info;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable connector_handle
Deprecated: This parameter is ignored. The handle returned from a successful vx_req_connector_create request.VX_HANDLE connector_handle;
variable account_handle
An optional parameter that specifies the account handle of the user whose local audio information 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.VX_HANDLE account_handle;