Condividi tramite


enumerazione DVD_KARAOKE_CONTENTS (strmif.h)

[La funzionalità associata a questa pagina, DirectShow, è una funzionalità legacy. È stata sostituita da MediaPlayer, IMFMediaEngine e Audio/Video Capture in Media Foundation. Queste funzionalità sono state ottimizzate per Windows 10 e Windows 11. Microsoft consiglia vivamente che il nuovo codice usi MediaPlayer, IMFMediaEngine e Audio/Video Capture in Media Foundation invece di DirectShow, quando possibile. Microsoft suggerisce che il codice esistente che usa le API legacy venga riscritto per usare le nuove API, se possibile.

Specifica i flag che, se usati in un'operazione OR bit per bit, descrivono il contenuto di ogni canale di un flusso audio in un titolo karaoke.

Sintassi

typedef enum tagDVD_KARAOKE_CONTENTS {
  DVD_Karaoke_GuideVocal1 = 0x1,
  DVD_Karaoke_GuideVocal2 = 0x2,
  DVD_Karaoke_GuideMelody1 = 0x4,
  DVD_Karaoke_GuideMelody2 = 0x8,
  DVD_Karaoke_GuideMelodyA = 0x10,
  DVD_Karaoke_GuideMelodyB = 0x20,
  DVD_Karaoke_SoundEffectA = 0x40,
  DVD_Karaoke_SoundEffectB = 0x80
} DVD_KARAOKE_CONTENTS;

Costanti

 
DVD_Karaoke_GuideVocal1
Valore: 0x1
Il canale contiene la voce guida 1.
DVD_Karaoke_GuideVocal2
Valore: 0x2
Il canale contiene la voce guida 2.
DVD_Karaoke_GuideMelody1
Valore: 0x4
Il canale contiene la melodia guida 1.
DVD_Karaoke_GuideMelody2
Valore: 0x8
Il canale contiene la melodia guida 2.
DVD_Karaoke_GuideMelodyA
Valore: 0x10
Il canale contiene la melodia guida A.
DVD_Karaoke_GuideMelodyB
Valore: 0x20
Il canale contiene la melodia guida B.
DVD_Karaoke_SoundEffectA
Valore: 0x40
Il canale contiene l'effetto audio A.
DVD_Karaoke_SoundEffectB
Valore: 0x80
Il canale contiene l'effetto audio B.

Commenti

Questa enumerazione viene utilizzata nella struttura DVD_KaraokeAttributes .

Requisiti

Requisito Valore
Intestazione strmif.h (include Dshow.h)

Vedi anche

Tipi enumerati DirectShow