AVDecAudioDualMono Property

 
Microsoft DirectShow 9.0

AVDecAudioDualMono Property

Specifies whether 2-channel audio is encoded as stereo or dual mono.

Property GUID

CODECAPI_AVDecAudioDualMono

Data Type

UINT32 (VT_UI4)

Possible Values

The value of this property is a member of the eAVDecAudioDualMono enumeration.

Remarks

This property is read-only.

This property applies only when the decoder's input bit stream contains two-channel audio. A two-channel audio stream might be encoded as stereo or as dual mono. If the audio is dual mono, you can set the AVDecAudioDualMonoReproMode property to configure how the decoder reproduces the audio.

Requirements

Header: Include codecapi.h.

See Also