Browse
 
Tools
Rss Categories

LV_SRE_GetTotalDecodeMS

Reference Number: AA-00704 Views: 6868 0 Rating/ Voters

Returns the overall time (in milliseconds) taken for a decode operation, from the time the decode request was sent to the ASR server to the time the results were received and processed.

Function

  • int LV_SRE_GetTotalDecodeMS(HPORT hport, int VoiceChannel)

Parameters

hport

The port's handle.

VoiceChannel

The channel containing the decoded audio.

Return Values

Positive integer

The total time taken for the entire decode operation.

  0

If the input hport or VoiceChannel are invalid.

LV_FAILURE

The operation failed because the port was shutting down.

LV_EXCEPTION

An exception occurred while processing the request.

See Also