ILMMpgAudDecoder Interface

This is the interface for the LEAD MPEG Audio 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 might cause the filter to reconnect its output pin.

properties default values are:

ForceStereoOutput = FALSE

Return

S_OK  Success

VFW_E_WRONG_STATE The filter is in the wrong state.