attributo MF_MT_AUDIO_CHANNEL_MASK

In un tipo di supporto audio specifica l'assegnazione di canali audio alle posizioni del parlante.

Tipo di dati

UINT32

Il valore di questo attributo è un OR bit per bit dei flag seguenti, definiti nel file di intestazione mmreg.h.

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)

Commenti

Questo attributo corrisponde al membro dwChannelMask della struttura WAVEFORMATEXTENSIBLE .

La costante GUID per questo attributo viene esportata da mfuuid.lib.

Requisiti

Requisito Valore
Client minimo supportato
Windows Vista [app desktop | App UWP]
Server minimo supportato
Windows Server 2008 [app desktop | App UWP]
Intestazione
Mfapi.h

Vedi anche

Elenco alfabetico degli attributi di Media Foundation

IMFAttributes::GetUINT32

IMFAttributes::SetUINT32

IMFMediaType

Attributi del tipo di supporto