@Deprecated public final class MatroskaTrackType extends com.aspose.ms.System.Enum
Represetns the Matroska track types coded on 8 bits.
Modifier and Type | Field and Description |
---|---|
static byte |
Audio
Deprecated.
Track is an audio track.
|
static byte |
Button
Deprecated.
Track is a button track.
|
static byte |
Complex
Deprecated.
Track is a complex track, i.e.
|
static byte |
Control
Deprecated.
Track is a control track.
|
static byte |
Logo
Deprecated.
Track is a logo track.
|
static byte |
Subtitle
Deprecated.
Track is a subtitle track.
|
static byte |
Undefined
Deprecated.
The undefined track type.
|
static byte |
Unefined
Deprecated.
|
static byte |
Video
Deprecated.
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
@Deprecated public static final byte Unefined
The undefined track type.
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.
Copyright © 2020. All rights reserved.