vx_req_connector_get_local_audio_info
Learn about audio management.
Read time 1 minuteLast updated 8 months 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
struct vx_req_connector_get_local_audio_info;
Retrieve the current volume and mute status of the local render and capture devices.
Public Attributes Documentation
variable base
vx_req_base_t base;
The common properties for all requests.
variable connector_handle
VX_HANDLE connector_handle;
Deprecated:
This parameter is ignored. The handle returned from a successful vx_req_connector_create request.
variable account_handle
VX_HANDLE 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.