MatroskaVideoFieldOrder
Inheritance: java.lang.Object, java.lang.Enum
All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue
public enum MatroskaVideoFieldOrder extends Enum<MatroskaVideoFieldOrder> implements IEnumValue
Represents the field ordering of the Matroska video. If FlagInterlaced is not set to 1, this Element MUST be ignored.
Fields
Field | Description |
---|---|
Progressive | Progressive ordering. |
Tff | Tiff ordering. |
Undetermined | Undetermined ordering. |
Bff | Biff ordering. |
BffSwapped | Bff (swapped) ordering. |
TffSwapped | Tff (swapped) ordering. |
Methods
Progressive
public static final MatroskaVideoFieldOrder Progressive
Progressive ordering.
Tff
public static final MatroskaVideoFieldOrder Tff
Tiff ordering.
Undetermined
public static final MatroskaVideoFieldOrder Undetermined
Undetermined ordering.
Bff
public static final MatroskaVideoFieldOrder Bff
Biff ordering.
BffSwapped
public static final MatroskaVideoFieldOrder BffSwapped
Bff (swapped) ordering.
TffSwapped
public static final MatroskaVideoFieldOrder TffSwapped
Tff (swapped) ordering.
values()
public static MatroskaVideoFieldOrder[] values()
Returns: com.groupdocs.metadata.core.MatroskaVideoFieldOrder[]
valueOf(String name)
public static MatroskaVideoFieldOrder valueOf(String name)
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: MatroskaVideoFieldOrder
getByRawValue(int rawValue)
public static MatroskaVideoFieldOrder getByRawValue(int rawValue)
Parameters:
Parameter | Type | Description |
---|---|---|
rawValue | int |
Returns: MatroskaVideoFieldOrder
getFirst()
public static IEnumValue getFirst()
Returns: IEnumValue
getAllValues()
public Object[] getAllValues()
Returns the array of all values defined in the class.
Returns: java.lang.Object[]
getEnumValueByRawValue(int rawValue)
public IEnumValue getEnumValueByRawValue(int rawValue)
Returns the enumeration value by the raw value associated with it.
Parameters:
Parameter | Type | Description |
---|---|---|
rawValue | int |
Returns: IEnumValue
getEnumValueByName(String name)
public IEnumValue getEnumValueByName(String name)
Returns the enumeration value by its name.
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: IEnumValue
getRawValueType()
public RawIntegerType getRawValueType()
Returns the underlying type of the raw value of this enumeration value.
Returns: RawIntegerType
getRawValue()
public int getRawValue()
Returns the raw value of this enumeration value.
Returns: int