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



The DVDSubpictureType enumeration values define the subpicture stream type.

Syntax

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

Members

MemberDescription
LanguageThe Subpicture contains language-related content such as movie subtitles or other text.
NotSpecifiedThe DVD does not specify the Subpicture type.
OtherThe Subpicture contains non-language-related content such as the bouncing ball in karaoke titles.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.DVDSubpictureType

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