Stops the stream and loads the sound channel with streamed data.
int StreamStop();
LV_SUCCESS
No errors; stream stopped.
A negative result indicates a specific error:
-1: LV_FAILURE: Stop is not a valid operation. It is possible the stream never started or has already stopped.
-12: LV_INVALID_HPORT: Invalid handle.
This function ends streaming and puts 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.
Complete Help Topic List | Speech Engine Product Information