ILMAVUMeterDisp

Methods

HRESULT get_LeftLevel(long* pVal);

Description

Queries the current left channel power level.

Parameters

pVal

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

Comments

The range is -10,000 to 0. Full power is 0, and -10,000 is silence; the scale is logarithmic.

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

Returns

Return Description
S_OK Successful.
HRESULT code An error occurred.

HRESULT get_RightLevel(long* pVal);

Description

Queries the current right channel power level.

Parameters

pVal

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

Comments

The range is =10,000 to 0. Full power is 0, and -10,000 is silence; the scale is logarithmic.

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

Returns

Return Description
S_OK Successful.
HRESULT code An error occurred.
Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Filters C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.