Returns the interaction mode that produced the interpretation.
Function
- const char* GetInterpretationMode(int VoiceChannel, int index)
Parameters
VoiceChannel
The channel containing the decoded audio.
index
The index of the interpretation for which the interaction mode is being queried.
Return Values
Non-NULL
The queried interaction mode.
NULL
If the port is not valid, the input VoiceChannel is invalid, or the specified (index) interpretation does not exist.
See Also