@Deprecated 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
Deprecated.
Biff ordering.
|
static byte |
BffSwapped
Deprecated.
Bff (swapped) ordering.
|
static byte |
Progressive
Deprecated.
Progressive ordering.
|
static byte |
Tff
Deprecated.
Tiff ordering.
|
static byte |
TffSwapped
Deprecated.
Tff (swapped) ordering.
|
static byte |
Undetermined
Deprecated.
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.
Copyright © 2020. All rights reserved.