Uses of Class
org.red5.server.net.rtmp.event.VideoData.FrameType

Packages that use VideoData.FrameType
org.red5.server.net.rtmp.event   
 

Uses of VideoData.FrameType in org.red5.server.net.rtmp.event
 

Fields in org.red5.server.net.rtmp.event declared as VideoData.FrameType
protected  VideoData.FrameType VideoData.frameType
          Frame type, unknown by default
 

Methods in org.red5.server.net.rtmp.event that return VideoData.FrameType
 VideoData.FrameType VideoData.getFrameType()
          Getter for frame type
static VideoData.FrameType VideoData.FrameType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VideoData.FrameType[] VideoData.FrameType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2006-2010 The Red5 Project