vx_evt_tts_injection_started
Manage text-to-speech operations.
Read time 1 minuteLast updated 7 months ago
Raised when a text-to-speech (TTS) message injection has started. More...
#include <VxcEvents.h>Public Attributes
Name | |
|---|---|
| vx_evt_base_t | base The common properties for all events. |
| unsigned int | num_consumers The number of consumers (active sessions and/or local playback players) to which the message is about to get injected to. |
| vx_tts_utterance_id | utterance_id The ID of the utterance that this event relates to. |
| double | utterance_duration The duration in seconds of the utterance. |
| vx_tts_destination | tts_destination The destination to which the utterance was injected to. |
Detailed Description
struct vx_evt_tts_injection_started;
Raised when a text-to-speech (TTS) message injection has started.
Note: V5 only.
Public Attributes Documentation
variable base
vx_evt_base_t base;
The common properties for all events.
variable num_consumers
unsigned int num_consumers;
The number of consumers (active sessions and/or local playback players) to which the message is about to get injected to.
variable utterance_id
vx_tts_utterance_id utterance_id;
The ID of the utterance that this event relates to.
variable utterance_duration
double utterance_duration;
The duration in seconds of the utterance.
variable tts_destination
vx_tts_destination tts_destination;
The destination to which the utterance was injected to.