LV_SRE_StreamGetParameter

Gets the current value of a stream parameter.

int LV_SRE_StreamSetParameter(HPORT hport, 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

HPort

The port's handle.

StreamParameter

Stream parameter to change.  See Stream Parameters.

StreamParameterValue

New stream parameter value.

Remarks

Gets the current value of a stream parameter.

See Also


Complete Help Topic List | Speech Engine Product Information