MatroskaVideoFlagInterlaced

Contents
[ ]

Inheritance: java.lang.Object, java.lang.Enum

All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue

public enum MatroskaVideoFlagInterlaced extends Enum<MatroskaVideoFlagInterlaced> implements IEnumValue

Represents a flag to declare if the Matroska video is known to be progressive or interlaced and if applicable to declare details about the interlacement.

Fields

Field Description
Undetermined Undetermined flag.
Interlaced Interlaced flag.
Progressive Progressive flag.

Methods

Method Description
values()
valueOf(String name)
getByRawValue(int rawValue)
getFirst()
getAllValues()
getEnumValueByRawValue(int rawValue)
getEnumValueByName(String name)
getRawValueType()
getRawValue()

Undetermined

public static final MatroskaVideoFlagInterlaced Undetermined

Undetermined flag.

Interlaced

public static final MatroskaVideoFlagInterlaced Interlaced

Interlaced flag.

Progressive

public static final MatroskaVideoFlagInterlaced Progressive

Progressive flag.

values()

public static MatroskaVideoFlagInterlaced[] values()

Returns: com.groupdocs.metadata.core.MatroskaVideoFlagInterlaced[]

valueOf(String name)

public static MatroskaVideoFlagInterlaced valueOf(String name)

Parameters:

Parameter Type Description
name java.lang.String

Returns: MatroskaVideoFlagInterlaced

getByRawValue(int rawValue)

public static MatroskaVideoFlagInterlaced getByRawValue(int rawValue)

Parameters:

Parameter Type Description
rawValue int

Returns: MatroskaVideoFlagInterlaced

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