Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia.codec.audio.ilbc
Class bitpack

java.lang.Object
  extended by net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.bitpack

 class bitpack
extends Object

Author:
Jean Lorchat

Field Summary
(package private)  int firstpart
           
(package private)  int rest
           
 
Constructor Summary
bitpack()
           
bitpack(int fp, int r)
           
 
Method Summary
 int get_firstpart()
           
 int get_rest()
           
 void set_firstpart(int fp)
           
 void set_rest(int r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstpart

int firstpart

rest

int rest
Constructor Detail

bitpack

public bitpack()

bitpack

public bitpack(int fp,
               int r)
Method Detail

get_firstpart

public int get_firstpart()

set_firstpart

public void set_firstpart(int fp)

get_rest

public int get_rest()

set_rest

public void set_rest(int r)

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.