DVD_KARAOKE_CONTENTS Enumeration
Microsoft DirectShow 9.0 |
DVD_KARAOKE_CONTENTS Enumeration
Specifies flags that, when used in a bitwise OR operation, describe the contents of each channel of an audio stream in a karaoke title.
Syntax
typedef enum tagDVD_KARAOKE_CONTENTS { DVD_Karaoke_GuideVocal1 = 0x0001, DVD_Karaoke_GuideVocal2 = 0x0002, DVD_Karaoke_GuideMelody1 = 0x0004, DVD_Karaoke_GuideMelody2 = 0x0008, DVD_Karaoke_GuideMelodyA = 0x0010, DVD_Karaoke_GuideMelodyB = 0x0020, DVD_Karaoke_SoundEffectA = 0x0040, DVD_Karaoke_SoundEffectB = 0x0080 } DVD_KARAOKE_CONTENTS;
Members
DVD_Karaoke_GuideVocal1
The channel contains guide vocal 1.
DVD_Karaoke_GuideVocal2
The channel contains guide vocal 2.
DVD_Karaoke_GuideMelody1
The channel contains guide melody 1.
DVD_Karaoke_GuideMelody2
The channel contains guide melody 2.
DVD_Karaoke_GuideMelodyA
The channel contains guide melody A.
DVD_Karaoke_GuideMelodyB
The channel contains guide melody B.
DVD_Karaoke_SoundEffectA
The channel contains sound effect A.
DVD_Karaoke_SoundEffectB
The channel contains sound effect B.
Remarks
This enumeration is used in the DVD_KaraokeAttributes structure.
Requirements
Header: Dshow.h
See Also