Browse
 
Tools
Rss Categories

LVSpeechPort::StreamGetStatus

Reference Number: AA-00818 Views: 7689 0 Rating/ Voters

Returns the current status of the stream.

Function

  • int StreamGetStatus(void)

Parameters

None.

Return Values

Non-negative number

No Error. Returns the stream status. See Stream Status for the list of values.

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 occurred while processing the request.

See Also