com.flazr.io.flv
Enum VideoTag.CodecType
java.lang.Object
java.lang.Enum<VideoTag.CodecType>
com.flazr.io.flv.VideoTag.CodecType
- All Implemented Interfaces:
- ValueToEnum.IntValue, Serializable, Comparable<VideoTag.CodecType>
- Enclosing class:
- VideoTag
public static enum VideoTag.CodecType
- extends Enum<VideoTag.CodecType>
- implements ValueToEnum.IntValue
JPEG
public static final VideoTag.CodecType JPEG
H263
public static final VideoTag.CodecType H263
SCREEN
public static final VideoTag.CodecType SCREEN
ON2VP6
public static final VideoTag.CodecType ON2VP6
ON2VP6_ALPHA
public static final VideoTag.CodecType ON2VP6_ALPHA
SCREEN_V2
public static final VideoTag.CodecType SCREEN_V2
AVC
public static final VideoTag.CodecType AVC
values
public static VideoTag.CodecType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (VideoTag.CodecType c : VideoTag.CodecType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static VideoTag.CodecType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
intValue
public int intValue()
- Specified by:
intValue in interface ValueToEnum.IntValue
valueToEnum
public static VideoTag.CodecType valueToEnum(int value)
Copyright © 2011. All Rights Reserved.