net.java.sip.communicator.impl.neomedia.codec.audio.ilbc
Class bitpack
java.lang.Object
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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
firstpart
int firstpart
rest
int rest
bitpack
public bitpack()
bitpack
public bitpack(int fp,
int r)
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.
Distributable under LGPL license.