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



The DVDSubpictureLangExt enumeration values define the possible language extensions in a specified Subpicture stream.

Syntax

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

Members

MemberDescription
Caption_BigIndicates that the specified stream contains big captions.
Caption_ChildrenIndicates that the specified stream contains captions for children.
Caption_NormalIndicates that the specified stream contains normal captions.
CC_BigIndicates that the specified stream contains big closed captions.
CC_ChildrenIndicates that the specified stream contains closed captions for children.
CC_NormalIndicates that the specified stream contains normal closed captions.
DirectorComments_BigIndicates that the specified stream contains large-sized director's comments.
DirectorComments_ChildrenIndicates that the specified stream contains director's comments for children.
DirectorComments_NormalIndicates that the specified stream contains normal-sized director's comments.
ForcedFor more detailed information, refer to the Microsoft documentation for the DVD_SUBPICTURE_LANG_EXT Enumeration.
NotSpecifiedIndicates that no language extensions are present.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.DVDSubpictureLangExt

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