ILMAACDecoder

This is the interface for the LEAD AAC Decoder.

Interface 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.

Interface Methods:

HRESULT ResetToDefaults();

Description

Resets the filter properties to their default values. Calling this method can cause the filter to reconnect its output pin.

The default value is ForceStereoOutput = FALSE

Returns

S_OK if successful, < 0 if an error occurred.

Common error codes:

VFW_E_WRONG_STATE

The filter is in the wrong state.

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Filters C API Help