LV_SRE_StreamSetParameterToDefault

Sets a streaming parameter to its default value.

int LV_SRE_StreamSetParameterToDefault(HPORT hport, int StreamParameter);

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 reset.  See Stream Parameters.

Remarks

Sets a streaming parameter value back to its default value.

See Also


Complete Help Topic List | Speech Engine Product Information