DVD_KaraokeAttributes 構造体
DVD_KaraokeAttributes 構造体には、カラオケ オーディオ ストリームに関する情報を格納する。指定されたストリームの DVD_KaraokeAttributes 構造体は、IDvdInfo2::GetKaraokeAttributes メソッドで設定する。
構文
typedef struct tagDVD_KaraokeAttributes {
BYTE bVersion;
BOOL fMasterOfCeremoniesInGuideVocal1;
BOOL fDuet;
DVD_KARAOKE_ASSIGNMENT ChannelAssignment;
WORD wChannelContents[8];
} DVD_KaraokeAttributes;
メンバ
bVersion
カラオケの現在のバージョンは 1.0 である。
fMasterOfCeremoniesInGuideVocal1
TRUE は "ガイド音声 1" チャンネルに "司会" のコンテンツが格納されていることを意味する。
fDuet
デュエット曲かどうかを示すブール値。
ChannelAssignment
全チャンネルのミキシング出力先となるスピーカの構成を示す DVD_KARAOKE_ASSIGNMENT 値。
wChannelContents
各チャンネルのコンテンツを識別する有効な DVD_KARAOKE_CONTENTS 値の配列。
参照