Uses of Class
org.red5.io.object.UnsignedByte

Packages that use UnsignedByte
org.red5.io.object   
org.red5.server.net.rtp   
org.red5.server.net.rtp.rtcp   
 

Uses of UnsignedByte in org.red5.io.object
 

Methods in org.red5.io.object that return UnsignedByte
static UnsignedByte UnsignedByte.fromBytes(byte[] c)
           
static UnsignedByte UnsignedByte.fromBytes(byte[] c, int idx)
           
static UnsignedByte UnsignedByte.fromString(String c)
           
static UnsignedByte UnsignedByte.fromString(String c, int radix)
           
 

Uses of UnsignedByte in org.red5.server.net.rtp
 

Methods in org.red5.server.net.rtp that return UnsignedByte
 UnsignedByte RTPPacket.getPayloadType()
           
 

Methods in org.red5.server.net.rtp with parameters of type UnsignedByte
 void RTPPacket.setPayloadType(UnsignedByte payloadType)
           
 

Uses of UnsignedByte in org.red5.server.net.rtp.rtcp
 

Fields in org.red5.server.net.rtp.rtcp declared as UnsignedByte
protected  UnsignedByte RTCPPacket.packetType
          RTCP packet type
 

Methods in org.red5.server.net.rtp.rtcp that return UnsignedByte
 UnsignedByte RTCPPacket.Type.getValue()
           
 

Methods in org.red5.server.net.rtp.rtcp with parameters of type UnsignedByte
static RTCPPacket.Type RTCPPacket.Type.valueOf(UnsignedByte value)
           
 



Copyright © 2006-2009 The Red5 Project