| Visual Basic (Declaration) | |
|---|---|
Public Enum DVDTextStringType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DVDTextStringType | |
| C# | |
|---|---|
public enum DVDTextStringType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class DVDTextStringType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Channel_Audio | Indicates that the following content strings refer to the audio channel. |
| General_Comments | Identifies 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_Name | 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. |
| Other_Cut | Identifies a content string pertaining to a particular cut in a movie or video. |
| Other_Scene | Identifies a content string pertaining to a particular scene in a movie or video. |
| Other_Take | Identifies a content string pertaining to a particular take in a movie or video. |
| Stream_Angle | Indicates that the following content strings refer to the angle. |
| Stream_Audio | Indicates that the following content strings refer to the audio stream. |
| Stream_Subpicture | Indicates that the following content strings refer to the subpicture stream. |
| Struct_Cell | Indicates that all content strings belong to one cell (can be a scene from a chapter), until the next DVD_Struct_Cell. |
| Struct_ParentalID | Indicates the parental ID of the following strings. |
| Struct_PartOfTitle | Indicates that all content strings belong to one chapter, until the next Struct_PartOfTitle. |
| Struct_Title | Indicates that all content strings belong to one title, until the next Struct_Title. |
| Struct_Volume | 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. |
| Title_Album | Identifies a content string containing the name of the album title. |
| Title_Movie | Identifies a content string with the main movie title. |
| Title_Orig_Album | Identifies a content string with the original name of the album. |
| Title_Orig_Movie | Identifies a content string with the original name of the movie. |
| Title_Orig_Other | Identifies a content string with the title of some other genre localized to a particular country/region. |
| Title_Orig_Series | Identifies a content string with the original name of the series. |
| Title_Orig_Song | Identifies a content string with the song title localized to a particular country/region. |
| Title_Orig_Video | Identifies a content string with the original name of the video. |
| Title_Other | Identifies a content string containing the name of the title of some other genre. |
| Title_Series | Identifies a content string containing the name of a series to which the title belongs. |
| Title_Song | Identifies a content string containing the name of the song title. |
| Title_Sub_Album | Identifies a content string with the album title localized to a particular country/region. |
| Title_Sub_Movie | Identifies a content string with the movie title localized to a particular country/region. |
| Title_Sub_Other | Identifies a content string with the title of some other genre localized to a particular country/region. |
| Title_Sub_Series | Identifies a content string with the name of the series localized to a particular country/region. |
| Title_Sub_Song | Identifies a content string with the song title localized to a particular country/region. |
| Title_Sub_Video | Identifies a content string with the video title localized to a particular country/region. |
| Title_Video | Identifies a content string containing the name of the video title. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.DVDTextStringType
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code