DVD_KaraokeAttributes struttura (strmif.h)

[La funzionalità associata a questa pagina, DirectShow, è una funzionalità legacy. È stata sostituita da MediaPlayer, FMMediaEngine 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, FMMediaEngine e Audio/Video Capture in Media Foundation anziché DirectShow, quando possibile. Microsoft suggerisce che il codice esistente che usa le API legacy venga riscritto per usare le nuove API, se possibile.

La DVD_KaraokeAttributes struttura contiene informazioni su un flusso audio karaoke. Il metodo IDeviceInfo2::GetKaraokeAttributes riempie una struttura per un DVD_KaraokeAttributes flusso specificato.

Sintassi

typedef struct tagDVD_KaraokeAttributes {
  BYTE                   bVersion;
  BOOL                   fMasterOfCeremoniesInGuideVocal1;
  BOOL                   fDuet;
  DVD_KARAOKE_ASSIGNMENT ChannelAssignment;
  WORD                   wChannelContents[8];
} DVD_KaraokeAttributes;

Members

bVersion

Numero di versione. La versione corrente del karaoke è 1.0.

fMasterOfCeremoniesInGuideVocal1

Se TRUE, il canale "Guide Vocal 1" contiene il contenuto "Master of Ceremons".

fDuet

Valore booleano che indica se la canzone deve essere cantata come duetto.

ChannelAssignment

Valore DVD_KARAOKE_ASSIGNMENT che indica la configurazione dell'altoparlante in cui verranno combinati tutti i canali.

wChannelContents[8]

Matrice di valori di DVD_KARAOKE_CONTENTS validi che identificano il contenuto in ogni canale.

Requisiti

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

Vedi anche

Strutture DirectShow