Uses of Class
org.red5.server.net.rtp.rtcp.RTCPPacket.Type

Packages that use RTCPPacket.Type
org.red5.server.net.rtp.rtcp   
 

Uses of RTCPPacket.Type in org.red5.server.net.rtp.rtcp
 

Methods in org.red5.server.net.rtp.rtcp that return RTCPPacket.Type
 RTCPPacket.Type RTCPPacket.getType()
           
static RTCPPacket.Type RTCPPacket.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RTCPPacket.Type RTCPPacket.Type.valueOf(UnsignedByte value)
           
static RTCPPacket.Type[] RTCPPacket.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2006-2009 The Red5 Project