com.flazr.io.flv
Enum VideoTag.FrameType
java.lang.Object
java.lang.Enum<VideoTag.FrameType>
com.flazr.io.flv.VideoTag.FrameType
- All Implemented Interfaces:
- ValueToEnum.IntValue, Serializable, Comparable<VideoTag.FrameType>
- Enclosing class:
- VideoTag
public static enum VideoTag.FrameType
- extends Enum<VideoTag.FrameType>
- implements ValueToEnum.IntValue
KEY
public static final VideoTag.FrameType KEY
INTER
public static final VideoTag.FrameType INTER
DISPOSABLE_INTER
public static final VideoTag.FrameType DISPOSABLE_INTER
GENERATED_KEY
public static final VideoTag.FrameType GENERATED_KEY
COMMAND
public static final VideoTag.FrameType COMMAND
values
public static VideoTag.FrameType[] 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.FrameType c : VideoTag.FrameType.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.FrameType 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.FrameType valueToEnum(int value)
Copyright © 2011. All Rights Reserved.