ltmmDVD_TextStringType constants

The ltmmDVD_TextStringType constants define a subset of the DVD text string types.

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

 

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 The name for a group of related video files (called "Chapters") on your DVD. For example, for a DVD called "My Summer Vacation," you might have the titles "Water Skiing," "New Friends," and "Hiking." For each of those titles, you might have one or more different video files..

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 The name for each individual video file on a DVD. For example, under the title "Water Skiing", you might have the chapters "My first try," "My first wreck," and "My first jump.".

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 The portion of the file holding the audio data. The audio data might be compressed to save disk space. The data has to be decompressed using an audio decompressor oftware component which decompresses audio. It must be designed to work with ACM or DirectShow. Note that different compression methods require different decompressors. There is no universal decompressor capable of decoding all compressed streams. before you can play (hear) it..

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.

See Also

ltmmDVDControl.GetDVDTextStringType Method