- Installation
- Administration
- Programmer's Guide
- Grammars
- MRCP Server
- FAQs
Specifies a call-back function for handling stream state changes.
fn
Pointer to callback function to receive state change updates. See Stream Callback.
UserData
Application defined data sent back in callback.
LV_SUCCESS
No errors; data accepted.
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.
Each time a streams status changes, this callback will be called. Here are the possible Stream Status messages.