DVD_TITLE_APPMODE Enumeration

 
Microsoft DirectShow 9.0

DVD_TITLE_APPMODE Enumeration

Indicates whether a 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;

Members

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 the IDvdControl2 interface For more information, see Playing Karaoke Audio Streams.

Requirements

  Header: Dshow.h

See Also