Leadtools.Multimedia Namespace : DVDSubpictureCoding Enumeration |
'Declaration Public Enum DVDSubpictureCoding Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DVDSubpictureCoding
public enum DVDSubpictureCoding : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class DVDSubpictureCoding : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | RunLength | Indicates that the Subpicture uses run length encoding. |
0x00000001 | Extended | Indicates that Subpicture uses extended encoding. |
0x00000002 | Other | Indicates that the Subpicture uses some other encoding scheme. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.DVDSubpictureCoding