vx_resp_aux_capture_audio_stop
Learn about audio management.
Read time 1 minuteLast updated 20 hours ago
Module: Audio Devices The response for vx_req_aux_capture_audio_stop. More...
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base The common properties for all responses. |
| void * | audioBufferPtr An opaque pointer to the captured audio buffer. |
Detailed Description
The response for vx_req_aux_capture_audio_stop. See: vx_req_aux_capture_audio_stopstruct vx_resp_aux_capture_audio_stop;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable audioBufferPtr
An opaque pointer to the captured audio buffer. Note: This pointer is not marshalled when working with the VivoxVoiceService.void * audioBufferPtr;