DVD_KARAOKE_CONTENTS 枚举 (strmif.h)
[与此页面关联的功能 DirectShow 是旧版功能。 它已被 MediaPlayer、 IMFMediaEngine 和 Media Foundation 中的音频/视频捕获所取代。 这些功能已针对Windows 10和Windows 11进行了优化。 Microsoft 强烈建议新代码尽可能在 Media Foundation 中使用 MediaPlayer、 IMFMediaEngine 和 音频/视频捕获 ,而不是 DirectShow。 如果可能,Microsoft 建议重写使用旧 API 的现有代码以使用新 API。]
指定在按位 OR 操作中使用时描述卡拉OK标题中音频流每个通道的内容的标志。
语法
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 结构。
要求
要求 | 值 |
---|---|
Header | strmif.h (包括 Dshow.h) |