- Installation
- Administration
- Programmer's Guide
- Grammars
- MRCP Server
- FAQs
Stops the stream and loads the sound channel with streamed data.
None.
LV_SUCCESS
No errors; stream stopped.
LV_INVALID_HPORT
The port is not valid (either CreateClient has not been called or DestroyClient has been called prior to this call).
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.