LVSpeechPort::StreamGetParameter

Gets the current value of a stream property.

int StreamSetParameter(int StreamParameter, unsigned long* StreamParameterValue);

Return Values

LV_SUCCESS

No errors; parameter changed correctly.

A negative result indicates a specific error:

-17: INVALID_PROPERTY: The specified parameter does not exist.

Parameters

StreamParameter

The stream parameter to change.  See Stream Properties.

StreamParameterValue

stream parameter value.

Remarks

Gets the current value of a stream parameter.

See Also


Complete Help Topic List | Speech Engine Product Information