Constructor and Description |
---|
SPEEXDecoder() |
SPEEXDecoder(byte[] packet) |
Modifier and Type | Method and Description |
---|---|
int |
decode(byte[] dataToDecode,
int bytesToDecode,
byte[] output) |
int |
decode(byte[] source,
int sourceOffset,
int bytesToDecode,
byte[] target,
int targetOffset) |
int |
getChunkSize() |
int |
getExpansionFactor() |
java.lang.String |
getName() |
static boolean |
isMatchingDecoder(byte[] packet) |
public SPEEXDecoder()
public SPEEXDecoder(byte[] packet)
public int getExpansionFactor()
getExpansionFactor
in interface Decoder
public static boolean isMatchingDecoder(byte[] packet)
public int getChunkSize()
getChunkSize
in interface Decoder
public int decode(byte[] dataToDecode, int bytesToDecode, byte[] output)
Copyright ©, 2005-2019 Prolancer Pty Ltd, Sydney Australia.