cgl.narada.transport.rtp
Class H261BitSetter

java.lang.Object
  extended by cgl.narada.transport.rtp.H261BitSetter

public class H261BitSetter
extends Object

This class is used to set the freeze release bit of a H.261 package

Version:
1.0

Field Summary
static byte H261_PAYLOAD_TYPE
           
 
Constructor Summary
H261BitSetter()
           
 
Method Summary
 void setBit(byte[] data, int offset, int length)
          if this package is an H.261 package and if the package is a picture start package
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

H261_PAYLOAD_TYPE

public static final byte H261_PAYLOAD_TYPE
See Also:
Constant Field Values
Constructor Detail

H261BitSetter

public H261BitSetter()
Method Detail

setBit

public void setBit(byte[] data,
                   int offset,
                   int length)
if this package is an H.261 package and if the package is a picture start package

Parameters:
data - data array
offset - the start of data in the array
length - the length of the data in the array


For comments and suggestions please send e-mail to The NaradaBrokering Project