ILMAACDecoder

This is the interface for the LEAD AAC Decoder.

Properties

Type Name Description
VARIANT_BOOL ForceStereoOutput Enables or disables the stereo output (2 channels) to be active. Possible values are:
• VARIANT_TRUE - Enables the stereo output (2 channels) to be active.
• VARIANT_FALSE - Disables the stereo output (2 channels) to be active.

Methods

HRESULT ResetToDefaults();

Description

Resets the filter properties to their default values.

Comments

Calling this method can cause the filter to reconnect its output pin.

The default value of ForceStereoOutput is VARIANT_FALSE.

Returns

Value Meaning
S_OK Successful
< 0 An error occurred.
VFW_E_WRONG_STATE The filter is in the wrong state.
Help Version 22.0.2023.2.15
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.