Microsoft DirectX 8.0

DVD_KARAOKE_CONTENTS 列挙

列挙型

ビット単位の OR 処理において、カラオケ タイトルのオーディオ ストリームの各チャンネルのコンテンツを記述するフラグを指定する。

構文

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;

要素

DVD_Karaoke_GuideVocal1
チャンネルはガイド ボーカル 1 を含む。
DVD_Karaoke_GuideVocal2
チャンネルはガイド ボーカル 2 を含む。
DVD_Karaoke_GuideMelody1
チャンネルはガイド メロディ 1 を含む。
DVD_Karaoke_GuideMelody2
チャンネルはガイド メロディ 2 を含む。
DVD_Karaoke_GuideMelodyA
チャンネルはガイド メロディ A を含む。
DVD_Karaoke_GuideMelodyB
チャンネルはガイド メロディ B を含む。
DVD_Karaoke_SoundEffectA
チャンネルはサウンド エフェクト A を含む。
DVD_Karaoke_SoundEffectB
チャンネルはサウンド エフェクト B を含む。

注意

この列挙は、DVD_KaraokeAttributes 構造体で使用される。