LV_SRE_StreamGetParameter

Gets the current value of a stream property.

Function

Parameters

hport

The port's handle.

StreamParameter

The stream property to view its current value. See available Stream Properties.

StreamParameterValue

A container to hold the current value of the Property.

Return Values

LV_SUCCESS

No Errors and the value was stored in StreamParameterValue.

LV_INVALID_PROPERTY

The specified parameter does not exist.

LV_INVALID_PORT

The input hport is not a valid one.

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.