ltmmDVD_TextStringType Constants

typedef enum ltmmDVD_TextStringType 
{ 
   ltmmDVD_Struct_Volume = 0x01 
   ltmmDVD_Struct_Title = 0x02 
   ltmmDVD_Struct_ParentalID = 0x03 
   ltmmDVD_Struct_PartOfTitle = 0x04 
   ltmmDVD_Struct_Cell = 0x05 
   ltmmDVD_Stream_Audio = 0x10 
   ltmmDVD_Stream_Subpicture = 0x11 
   ltmmDVD_Stream_Angle = 0x12 
   ltmmDVD_Channel_Audio = 0x20 
   ltmmDVD_General_Name = 0x30 
   ltmmDVD_General_Comments = 0x31 
   ltmmDVD_Title_Series = 0x38 
   ltmmDVD_Title_Movie = 0x39 
   ltmmDVD_Title_Video = 0x3a 
   ltmmDVD_Title_Album = 0x3b 
   ltmmDVD_Title_Song = 0x3c 
   ltmmDVD_Title_Other = 0x3f 
   ltmmDVD_Title_Sub_Series = 0x40 
   ltmmDVD_Title_Sub_Movie = 0x41 
   ltmmDVD_Title_Sub_Video = 0x42 
   ltmmDVD_Title_Sub_Album = 0x43 
   ltmmDVD_Title_Sub_Song = 0x44 
   ltmmDVD_Title_Sub_Other = 0x47 
   ltmmDVD_Title_Orig_Series = 0x48 
   ltmmDVD_Title_Orig_Movie = 0x49 
   ltmmDVD_Title_Orig_Video = 0x4a 
   ltmmDVD_Title_Orig_Album = 0x4b 
   ltmmDVD_Title_Orig_Song = 0x4c 
   ltmmDVD_Title_Orig_Other = 0x4f 
   ltmmDVD_Other_Scene = 0x50 
   ltmmDVD_Other_Cut = 0x51 
   ltmmDVD_Other_Take = 0x52 
} ltmmDVD_TextStringType; 

The ltmmDVD_TextStringType constants define a subset of the DVD text string types. The values listed below can be obtained using the IltmmDVDControl::GetDVDTextStringType.

Constant

Description

ltmmDVD_Struct_Volume

[0x01] Indicates the top-level of the logical hierarchy. Refers to the entire contents of a one-sided disc or one side of a two-sided disc.

ltmmDVD_Struct_Title

[0x02] Indicates that all content strings, until the next DVD_Struct_Title, belong to one title .

ltmmDVD_Struct_ParentalID

[0x03] Indicates the parental ID of the following strings.

ltmmDVD_Struct_PartOfTitle

[0x04] Indicates that all content strings, until the next DVD_Struct_PartOfTitle, belong to one chapter .

ltmmDVD_Struct_Cell

[0x05] Indicates that all content strings, until the next DVD_Struct_Cell, belong to one cell, which can be a scene from a chapter.

ltmmDVD_Stream_Audio

[0x10] Indicates that the following content strings refer to the audio stream .

ltmmDVD_Stream_Subpicture

[0x11] Indicates that the following content strings refer to the subpicture stream.

ltmmDVD_Stream_Angle

[0x12] Indicates that the following content strings refer to the angle.

ltmmDVD_Channel_Audio

[0x20] Indicates that the following content strings refer to the audio channel.

ltmmDVD_General_Name

[0x30] Indicates the most important content string. Strings of this type contain the name of the volume, title, chapter, and so on, and can follow any structure identifiers.

ltmmDVD_General_Comments

[0x31] Identifies a content string with additional information about the title, chapter, and so on, described by the DVD_General_Name string. The exact nature or structure of these comments is not defined.

ltmmDVD_Title_Series

[0x38] Identifies a content string containing the name of a series to which the title belongs.

ltmmDVD_Title_Movie

[0x39] Identifies a content string with the main movie title.

ltmmDVD_Title_Video

[0x3a] Identifies a content string containing the name of the video title.

ltmmDVD_Title_Album

[0x3b] Identifies a content string containing the name of the album title.

ltmmDVD_Title_Song

[0x3c] Identifies a content string containing the name of the song title.

ltmmDVD_Title_Other

[0x3f] Identifies a content string containing the name of the title of some other genre.

ltmmDVD_Title_Sub_Series

[0x40] Identifies a content string with the name of the series localized to a particular country/region.

ltmmDVD_Title_Sub_Movie

[0x41] Identifies a content string with the movie title localized to a particular country/region.

ltmmDVD_Title_Sub_Video

[0x42] Identifies a content string with the video title localized to a particular country/region.

ltmmDVD_Title_Sub_Album

[0x43] Identifies a content string with the album title localized to a particular country/region.

ltmmDVD_Title_Sub_Song

[0x44] Identifies a content string with the song title localized to a particular country/region.

ltmmDVD_Title_Sub_Other

[0x47] Identifies a content string with the title of some other genre localized to a particular country/region.

ltmmDVD_Title_Orig_Series

[0x48] Identifies a content string with the original name of the series.

ltmmDVD_Title_Orig_Movie

[0x49] Identifies a content string with the original name of the movie.

ltmmDVD_Title_Orig_Video

[0x4a] Identifies a content string with the original name of the video.

ltmmDVD_Title_Orig_Album

[0x4b] Identifies a content string with the original name of the album.

ltmmDVD_Title_Orig_Song

[0x4c] Identifies a content string with the original name of the song.

ltmmDVD_Title_Orig_Other

[0x4f] Identifies a content string with the original name of the content.

ltmmDVD_Other_Scene

[0x50] Identifies a content string pertaining to a particular scene in a movie or video.

ltmmDVD_Other_Cut

[0x51] Identifies a content string pertaining to a particular cut in a movie or video.

ltmmDVD_Other_Take

[0x52] Identifies a content string pertaining to a particular take in a movie or video.

Comments

For more detailed information, see the Microsoft documentation for the DVD_TextStringType Enumeration.

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help