MatroskaContentType

Contents
[ ]

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

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

public enum MatroskaContentType extends Enum<MatroskaContentType> implements IEnumValue

Represents a Matroska content type.

Fields

Field Description
Undefined Undefined content.
Audio Defines the Matroska audio type.
Video Defines the Matroska video type.
Video3D Defines the Matroska 3D video type.

Methods

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

Undefined

public static final MatroskaContentType Undefined

Undefined content.

Audio

public static final MatroskaContentType Audio

Defines the Matroska audio type.

Video

public static final MatroskaContentType Video

Defines the Matroska video type.

Video3D

public static final MatroskaContentType Video3D

Defines the Matroska 3D video type.

values()

public static MatroskaContentType[] values()

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

valueOf(String name)

public static MatroskaContentType valueOf(String name)

Parameters:

Parameter Type Description
name java.lang.String

Returns: MatroskaContentType

getByRawValue(int rawValue)

public static MatroskaContentType getByRawValue(int rawValue)

Parameters:

Parameter Type Description
rawValue int

Returns: MatroskaContentType

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