public final class MatroskaTrackType
extends com.aspose.ms.System.Enum
Represents Matroska track types coded in 8 bits.
Modifier and Type | Field and Description |
---|---|
static byte |
Audio
Track is an audio track.
|
static byte |
Button
Track is a button track.
|
static byte |
Complex
Track is a complex track, i.e.
|
static byte |
Control
Track is a control track.
|
static byte |
Logo
Track is a logo track.
|
static byte |
Subtitle
Track is a subtitle track.
|
static byte |
Undefined
The undefined track type.
|
static byte |
Video
Track is a video track.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final byte Undefined
The undefined track type.
public static final byte Video
Track is a video track.
public static final byte Audio
Track is an audio track.
public static final byte Complex
Track is a complex track, i.e. a combined video and audio track.
public static final byte Logo
Track is a logo track.
public static final byte Subtitle
Track is a subtitle track.
public static final byte Button
Track is a button track.
public static final byte Control
Track is a control track.