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

Packages that use UnsignedShort
org.red5.io.object   
org.red5.server.net.rtp   
 

Uses of UnsignedShort in org.red5.io.object
 

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

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

Methods in org.red5.server.net.rtp that return UnsignedShort
 UnsignedShort RTPPacket.getSequence()
           
 

Methods in org.red5.server.net.rtp with parameters of type UnsignedShort
 void RTPPacket.setSequence(UnsignedShort sequence)
           
 



Copyright © 2006-2009 The Red5 Project