AVDecAudioDualMonoReproMode Property

 
Microsoft DirectShow 9.0

AVDecAudioDualMonoReproMode Property

Specifies how the decoder reproduces dual mono audio.

Property GUID

CODECAPI_AVDecAudioDualMonoReproMode

Data Type

UINT32 (VT_UI4)

Possible Values

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

Remarks

This property is read/write.

This properties applies only when the decoder's input bit stream contains dual mono audio. To test this condition, get the value of the AVDecAudioDualMono property.

Requirements

Header: Include codecapi.h.

See Also