vx_req_sessiongroup_control_audio_injection
Learn how to control audio levels.
Read time 1 minuteLast updated 20 hours ago
Start or stop session group audio injection. More...
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| vx_sessiongroup_audio_injection_control_type | audio_injection_control_type Determine whether to start or stop audio injection. |
| VX_HANDLE | sessiongroup_handle The handle returned from a successful vx_req_sessiongroup_add_session request. |
| char * | filename The full pathname for the .wav file to use for audio injection. |
Detailed Description
Start or stop session group audio injection. See: vx_resp_sessiongroup_control_audio_injectionstruct vx_req_sessiongroup_control_audio_injection;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable audio_injection_control_type
Determine whether to start or stop audio injection.vx_sessiongroup_audio_injection_control_type audio_injection_control_type;
variable sessiongroup_handle
The handle returned from a successful vx_req_sessiongroup_add_session request.VX_HANDLE sessiongroup_handle;
variable filename
The full pathname for the .wav file to use for audio injection. The pathname must be single channel, 16-bit PCM, with the same sample rate as the negotiated audio codec.char * filename;