LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
DVDTextStringType Enumeration
See Also  
Leadtools.Multimedia Namespace : DVDTextStringType Enumeration



Values define a subset of the DVD text string types.

Syntax

Visual Basic (Declaration) 
Public Enum DVDTextStringType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As DVDTextStringType
C# 
public enum DVDTextStringType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class DVDTextStringType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
Channel_AudioIndicates that the following content strings refer to the audio channel.
General_CommentsIdentifies a content string with additional information about the title, chapter, and so on, described by the General_Name string. The exact nature or structure of these comments is not defined.
General_NameIndicates 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.
Other_CutIdentifies a content string pertaining to a particular cut in a movie or video.
Other_SceneIdentifies a content string pertaining to a particular scene in a movie or video.
Other_TakeIdentifies a content string pertaining to a particular take in a movie or video.
Stream_AngleIndicates that the following content strings refer to the angle.
Stream_AudioIndicates that the following content strings refer to the audio stream.
Stream_SubpictureIndicates that the following content strings refer to the subpicture stream.
Struct_CellIndicates that all content strings belong to one cell (can be a scene from a chapter), until the next DVD_Struct_Cell.
Struct_ParentalIDIndicates the parental ID of the following strings.
Struct_PartOfTitleIndicates that all content strings belong to one chapter, until the next Struct_PartOfTitle.
Struct_TitleIndicates that all content strings belong to one title, until the next Struct_Title.
Struct_VolumeIndicates 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.
Title_AlbumIdentifies a content string containing the name of the album title.
Title_MovieIdentifies a content string with the main movie title.
Title_Orig_AlbumIdentifies a content string with the original name of the album.
Title_Orig_MovieIdentifies a content string with the original name of the movie.
Title_Orig_OtherIdentifies a content string with the title of some other genre localized to a particular country/region.
Title_Orig_SeriesIdentifies a content string with the original name of the series.
Title_Orig_SongIdentifies a content string with the song title localized to a particular country/region.
Title_Orig_VideoIdentifies a content string with the original name of the video.
Title_OtherIdentifies a content string containing the name of the title of some other genre.
Title_SeriesIdentifies a content string containing the name of a series to which the title belongs.
Title_SongIdentifies a content string containing the name of the song title.
Title_Sub_AlbumIdentifies a content string with the album title localized to a particular country/region.
Title_Sub_MovieIdentifies a content string with the movie title localized to a particular country/region.
Title_Sub_OtherIdentifies a content string with the title of some other genre localized to a particular country/region.
Title_Sub_SeriesIdentifies a content string with the name of the series localized to a particular country/region.
Title_Sub_SongIdentifies a content string with the song title localized to a particular country/region.
Title_Sub_VideoIdentifies a content string with the video title localized to a particular country/region.
Title_VideoIdentifies a content string containing the name of the video title.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.DVDTextStringType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also