Browse
 
Tools
Rss Categories

LVSpeechPort::GetClientFloatPropertyEx

Reference Number: AA-00761 Views: 7644 0 Rating/ Voters

Gets various client properties of type float used in initializing a new port.

Function

  • static int GetClientFloatPropertyEx(int property, float &pvalue)

Parameters

property

Selects the property whose value needs to be returned. This function can return the property value for Speech Port Properties with Value Type of PROP_EX_VALUE_TYPE_FLOAT_PTR.

pvalue

A float that is set to the property value.

Return Values

LV_SUCCESS

No errors.

LV_FAILURE

The property cannot not be retrieved.

LV_INVALID_HPORT

The port is not valid (either CreateClient has not been called or DestroyClient has been called prior to this call).

LV_INVALID_PROPERTY_TARGET

The property cannot be retrieved for the specified target.

LV_INVALID_PROPERTY

The property does not exist.

LV_EXCEPTION

An exception occurred while processing the request.

Remarks

This is a static function to get client properties without opening a port

To get port specific properties use GetIntPropertyEx, GetFloatPropertyEx or GetStringPropertyEx

From 10.0 to 10.2, the following properties are supported:

  • None.

See Also