Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_aux_capture_audio_stop

Learn about audio management.
Read time 1 minuteLast updated 20 hours ago

Module: Audio Devices Immediately stop audio capture. More...
#include <VxcRequests.h>

Public Attributes

Name

vx_req_base_tbase
The common properties for all requests.
VX_HANDLEaccount_handle
An optional parameter that specifies the account handle of the user whose capture device will be stopped.

Detailed Description

struct vx_req_aux_capture_audio_stop;
Immediately stop audio capture. See: vx_resp_aux_capture_audio_stop If no audio files are being played back, then the method immediately returns.

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 stopped. 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.