Uses of Enum
org.red5.server.net.rtmp.event.VideoData.FrameType
Packages that use VideoData.FrameType
-
Uses of VideoData.FrameType in org.red5.server.net.rtmp.event
Fields in org.red5.server.net.rtmp.event declared as VideoData.FrameTypeModifier and TypeFieldDescriptionprotected VideoData.FrameTypeVideoData.frameTypeFrame type, unknown by defaultMethods in org.red5.server.net.rtmp.event that return VideoData.FrameTypeModifier and TypeMethodDescriptionVideoData.getFrameType()Getter for frame typestatic VideoData.FrameTypeReturns 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.