AsfCodecType

Contents
[ ]

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

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

public enum AsfCodecType extends Enum<AsfCodecType> implements IEnumValue

Defines ASF codec types.

Fields

Field Description
Undefined Undefined codec.
Video Video codec.
Audio Audio codec.
Unknown Unknown codec.

Methods

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

Undefined

public static final AsfCodecType Undefined

Undefined codec.

Video

public static final AsfCodecType Video

Video codec.

Audio

public static final AsfCodecType Audio

Audio codec.

Unknown

public static final AsfCodecType Unknown

Unknown codec.

values()

public static AsfCodecType[] values()

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

valueOf(String name)

public static AsfCodecType valueOf(String name)

Parameters:

Parameter Type Description
name java.lang.String

Returns: AsfCodecType

getByRawValue(int rawValue)

public static AsfCodecType getByRawValue(int rawValue)

Parameters:

Parameter Type Description
rawValue int

Returns: AsfCodecType

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