- Installation
- Administration
- Programmer's Guide
- Grammars
- MRCP Server
- FAQs
Stops the stream and loads the sound channel with streamed data.
hport
The port's handle.
LV_SUCCESS
No errors; stream stopped correctly.
LV_INVALID_HPORT
The input hport is not a valid one.
LV_FAILURE
The operation failed because the port was shutting down.
LV_EXCEPTION
An exception occured while processing the request.
This function ends streaming and puts the streamed data into the voice channel defined with the STREAM_PARM_VOICE_CHANNEL parameter. If the STREAM_PARM_AUTO_DECODE parameter is active, the decode will begin (non-blocking) when this function is called.