Uses of Class
com.flazr.rtmp.message.MessageType

Packages that use MessageType
com.flazr.io.flv   
com.flazr.rtmp   
com.flazr.rtmp.message   
 

Uses of MessageType in com.flazr.io.flv
 

Constructors in com.flazr.io.flv with parameters of type MessageType
FlvAtom(MessageType messageType, int time, org.jboss.netty.buffer.ChannelBuffer in)
           
 

Uses of MessageType in com.flazr.rtmp
 

Methods in com.flazr.rtmp that return MessageType
 MessageType RtmpHeader.getMessageType()
           
 

Methods in com.flazr.rtmp with parameters of type MessageType
 void RtmpHeader.setMessageType(MessageType messageType)
           
 

Constructors in com.flazr.rtmp with parameters of type MessageType
RtmpHeader(MessageType messageType)
           
RtmpHeader(MessageType messageType, int time, int size)
           
 

Uses of MessageType in com.flazr.rtmp.message
 

Methods in com.flazr.rtmp.message that return MessageType
static MessageType MessageType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MessageType[] MessageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
static MessageType MessageType.valueToEnum(int value)
           
 



Copyright © 2011. All Rights Reserved.