Browse
 
Tools
Rss Categories

LV_SRE_GetInterpretationMode

Reference Number: AA-00689 Views: 6628 0 Rating/ Voters

Returns the interaction mode that produced the interpretation.

Function

  • const char * LV_SRE_GetInterpretationMode(HPORT hport, int voicechannel, int index)

Parameters

hport

The port's handle.

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 either the inputs port or voicechannel are invalid, or the specified (index) interpretation does not exist.

See Also