共用方式為


DVD_KARAOKE_CONTENTS列舉 (strmif.h)

[與此頁面相關的功能 DirectShow 是舊版功能。 它已被 MediaPlayerIMFMediaEngineMedia Foundation 中的音訊/視訊擷取取代。 這些功能已針對 Windows 10 和 Windows 11 進行優化。 Microsoft 強烈建議新程式代碼盡可能使用 MediaPlayerIMFMediaEngine音訊/視訊擷取 ,而不是 DirectShow。 Microsoft 建議使用舊版 API 的現有程式代碼盡可能重寫為使用新的 API。

指定旗標,當用於位 OR 作業時,描述音訊串流在精靈標題中每個通道的內容。

Syntax

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;

常數

 
DVD_Karaoke_GuideVocal1
值: 0x1
頻道包含引導音調 1。
DVD_Karaoke_GuideVocal2
值: 0x2
頻道包含指南語音 2。
DVD_Karaoke_GuideMelody1
值: 0x4
通道包含指南曲目 1。
DVD_Karaoke_GuideMelody2
值: 0x8
通道包含指南語式 2。
DVD_Karaoke_GuideMelodyA
值: 0x10
通道包含引導式曲目 A。
DVD_Karaoke_GuideMelodyB
值: 0x20
通道包含指南語式 B。
DVD_Karaoke_SoundEffectA
值: 0x40
通道包含音效 A。
DVD_Karaoke_SoundEffectB
值: 0x80
通道包含音效 B。

備註

這個列舉用於 DVD_KaraokeAttributes 結構。

規格需求

需求
標頭 strmif.h (包含 Dshow.h)

另請參閱

DirectShow 列舉型別