LVSpeechPort::StreamSetParameterToDefault

Sets a streaming property to its default value.

Function

Parameters

StreamParameter

Stream parameter to reset. See available Stream Properties.

Return Values

LV_SUCCESS

No errors; parameter changed correctly.

LV_INVALID_PROPERTY

The specified parameter does not exist.

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.

See Also

© 2012 LumenVox LLC. All rights reserved.