net.java.sip.communicator.impl.neomedia.codec.audio.gsm
Class GSMDecoderUtil
java.lang.Object
net.java.sip.communicator.impl.neomedia.codec.audio.gsm.GSMDecoderUtil
public class GSMDecoderUtil
- extends Object
GSMDecoderUtil class
- Author:
- Martin Harvan, Damian Minkov
|
Method Summary |
static void |
gsmDecode(boolean bigEndian,
byte[] data,
int offset,
int length,
byte[] decoded)
Decode GSM data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GSMDecoderUtil
public GSMDecoderUtil()
gsmDecode
public static void gsmDecode(boolean bigEndian,
byte[] data,
int offset,
int length,
byte[] decoded)
- Decode GSM data.
- Parameters:
bigEndian - if the data are in big endian formatdata - the GSM dataoffset - offsetlength - length of the datadecoded - decoded data array
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.