public final class MatroskaVideoFieldOrder
extends com.aspose.ms.System.Enum
Represents the field ordering of the Matroska video. If FlagInterlaced is not set to 1, this Element MUST be ignored.
Modifier and Type | Field and Description |
---|---|
static byte |
Bff
Biff ordering.
|
static byte |
BffSwapped
Bff (swapped) ordering.
|
static byte |
Progressive
Progressive ordering.
|
static byte |
Tff
Tiff ordering.
|
static byte |
TffSwapped
Tff (swapped) ordering.
|
static byte |
Undetermined
Undetermined ordering.
|
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 Progressive
Progressive ordering.
public static final byte Tff
Tiff ordering.
public static final byte Undetermined
Undetermined ordering.
public static final byte Bff
Biff ordering.
public static final byte BffSwapped
Bff (swapped) ordering.
public static final byte TffSwapped
Tff (swapped) ordering.