DVD_AUDIO_FORMAT-Enumeration (strmif.h)
[Das dieser Seite zugeordnete Feature DirectShow ist ein Legacyfeature. Es wurde von MediaPlayer, IMFMediaEngine und Audio/Video Capture in Media Foundation abgelöst. Diese Features wurden für Windows 10 und Windows 11 optimiert. Microsoft empfiehlt dringend, dass neuer Code mediaPlayer, IMFMediaEngine und Audio/Video Capture in Media Foundation anstelle von DirectShow verwendet, wenn möglich. Microsoft schlägt vor, dass vorhandener Code, der die Legacy-APIs verwendet, so umgeschrieben wird, dass nach Möglichkeit die neuen APIs verwendet werden.]
Gibt das Audioformat einer DVD an.
Syntax
typedef enum tagDVD_AUDIO_FORMAT {
DVD_AudioFormat_AC3 = 0,
DVD_AudioFormat_MPEG1 = 1,
DVD_AudioFormat_MPEG1_DRC = 2,
DVD_AudioFormat_MPEG2 = 3,
DVD_AudioFormat_MPEG2_DRC = 4,
DVD_AudioFormat_LPCM = 5,
DVD_AudioFormat_DTS = 6,
DVD_AudioFormat_SDDS = 7,
DVD_AudioFormat_Other = 8
} DVD_AUDIO_FORMAT;
Konstanten
DVD_AudioFormat_AC3 Wert: 0 Das Audioformat ist Dolby AC-3. |
DVD_AudioFormat_MPEG1 Wert: 1 Das Audioformat ist MPEG-1. |
DVD_AudioFormat_MPEG1_DRC Wert: 2 Das Audioformat ist MPEG-1 mit dynamischer Bereichssteuerung. |
DVD_AudioFormat_MPEG2 Wert: 3 Das Audioformat ist MPEG-2. |
DVD_AudioFormat_MPEG2_DRC Wert: 4 Das Audioformat ist MPEG-2 mit dynamischer Bereichssteuerung. |
DVD_AudioFormat_LPCM Wert: 5 Das Audioformat ist Linear Pulse Code Modulated (LPCM). |
DVD_AudioFormat_DTS Wert: 6 Das Audioformat ist Digital Theater Systems (DTS). |
DVD_AudioFormat_SDDS Wert: 7 Das Audioformat ist Sony Dynamic Digital Sound (SDDS). |
DVD_AudioFormat_Other Wert: 8 Das Audioformat wird nicht erkannt. |
Hinweise
Diese Enumeration ist ein Element der DVD_AudioAttributes-Struktur .
Anforderungen
Anforderung | Wert |
---|---|
Header | strmif.h (include Dshow.h) |