Freigeben über


MF_MT_AUDIO_CHANNEL_MASK-Attribut

Gibt in einem Audiomedientyp die Zuweisung von Audiokanälen zu Sprecherpositionen an.

Datentyp

UINT32

Der Wert dieses Attributs ist ein bitweises OR der folgenden Flags, die in der Headerdatei mmreg.h definiert sind.

SPEAKER_FRONT_LEFT (0x1)

SPEAKER_FRONT_RIGHT (0x2)

SPEAKER_FRONT_CENTER (0x4)

SPEAKER_LOW_FREQUENCY (0x8)

SPEAKER_BACK_LEFT (0x10)

SPEAKER_BACK_RIGHT (0x20)

SPEAKER_FRONT_LEFT_OF_CENTER (0x40)

SPEAKER_FRONT_RIGHT_OF_CENTER (0x80)

SPEAKER_BACK_CENTER (0x100)

SPEAKER_SIDE_LEFT (0x200)

SPEAKER_SIDE_RIGHT (0x400)

SPEAKER_TOP_CENTER (0x800)

SPEAKER_TOP_FRONT_LEFT (0x1000)

SPEAKER_TOP_FRONT_CENTER (0x2000)

SPEAKER_TOP_FRONT_RIGHT (0x4000)

SPEAKER_TOP_BACK_LEFT (0x8000)

SPEAKER_TOP_BACK_CENTER (0x10000)

SPEAKER_TOP_BACK_RIGHT (0x20000)

Bemerkungen

Dieses Attribut entspricht dem dwChannelMask-Element der WAVEFORMATEXTENSIBLE-Struktur .

Die GUID-Konstante für dieses Attribut wird aus mfuuid.lib exportiert.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client)
Windows Vista [Desktop-Apps | UWP-Apps]
Unterstützte Mindestversion (Server)
Windows Server 2008 [Desktop-Apps | UWP-Apps]
Header
Mfapi.h

Weitere Informationen

Alphabetische Liste der Media Foundation-Attribute

IMFAttributes::GetUINT32

IMFAttributes::SetUINT32

IMFMediaType

Medientypattribute