Set up a call back to receive state change notification of a stream.
int StreamSetStateChangeCallBack(LV_SRE_StreamStateChangeFn* fn, void* UserData);
LV_SUCCESS
LV_SRE_StreamStateChangeFn
Pointer to callback function to receive state change updates. See Stream Callback.
UserData
Application defined data sent back in callback.
Each time a streams status changes, this callback will be called.
Complete Help Topic List | Speech Engine Product Information