vx_resp_aux_capture_audio_stop
Learn about audio management.
Read time 1 minuteLast updated 7 months 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
struct vx_resp_aux_capture_audio_stop;
The response for vx_req_aux_capture_audio_stop.
Public Attributes Documentation
variable base
vx_resp_base_t base;
The common properties for all responses.
variable audioBufferPtr
void * audioBufferPtr;
An opaque pointer to the captured audio buffer.
Note: This pointer is not marshalled when working with the VivoxVoiceService.