Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Filters Help

ILMAVUMeterDisp Interface

Show in webframe

Interface methods:

HRESULT get_LeftLevel(long* pVal);

Parameters

pVal

Pointer to a variable that receives the current left channel power level.

Description

Used to query the current left channel power level. The range is 10000 to 0. Full power is 0, and 10,000 is silence; the scale is logarithmic.

Divide by 100 to get equivalent decibel value (for example 10,000 = 100 dB).

Returns

S_OK if successful, an HRESULT error code otherwise.

 

 

HRESULT get_RightLevel(long* pVal);

Parameters

pVal

Pointer to a variable that receives the current right channel power level.

Description

Used to query the current right channel power level. The range is 10000 to 0. Full power is 0, and 10,000 is silence; the scale is logarithmic.

Divide by 100 to get equivalent decibel value (for example 10,000 = 100 dB).

Returns

S_OK if successful, an HRESULT error code otherwise.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.