vx_req_aux_start_buffer_capture
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months ago
Start audio capture from the selected audio capture device. 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 audio will be captured. |
Detailed Description
struct vx_req_aux_start_buffer_capture;
Start audio capture from the selected audio capture device.
Audio is captured to the SDK internal capture buffer until the vx_req_aux_capture_audio_stop command is issued, or until 10 minutes has elapsed, whichever is earlier.
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 audio will be captured.
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.