Microsoft DirectX 8.0 |
Indicates whether a digital video disc (DVD) title is a karaoke title. This enumeration is a member of the DVD_TitleAttributes structure, which is filled when an application calls the IDvdInfo2::GetTitleAttributes method.
Syntax
typedef enum tagDVD_TITLE_APPMODE { DVD_AppMode_Not_Specified = 0, DVD_AppMode_Karaoke = 1, DVD_AppMode_Other = 3, } DVD_TITLE_APPMODE;
Elements
- DVD_AppMode_Not_Specified
- The disc does not provide any application mode information about this title.
- DVD_AppMode_Karaoke
- Title contains karaoke content.
- DVD_AppMode_Other
- Title contains a type of content that the DVD Navigator filter does not recognize, so the application should treat the title as a regular DVD-Video title.
Remarks
When the DVD Navigator encounters a karaoke title on a disc, it goes into "karaoke mode" and informs the audio decoder. The decoder must respond by initially muting the three auxiliary channels. Applications can then selectively control the volume and mixing configuration of these channels using the karaoke-related methods in IDvdControl2. For more information, see Playing Karaoke Audio Streams.