com.flazr.io.flv
Enum VideoTag.FrameType

java.lang.Object
  extended by java.lang.Enum<VideoTag.FrameType>
      extended by 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


Enum Constant Summary
COMMAND
           
DISPOSABLE_INTER
           
GENERATED_KEY
           
INTER
           
KEY
           
 
Method Summary
 int intValue()
           
static VideoTag.FrameType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VideoTag.FrameType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
static VideoTag.FrameType valueToEnum(int value)
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.