|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arunta.base.audio.codec.HQVQDecoder
public class HQVQDecoder
HQVQ decoder.
Constructor Summary | |
---|---|
HQVQDecoder()
|
Method Summary | |
---|---|
int |
decode(byte[] source,
int sourceOffset,
int bytesToDecode,
byte[] target,
int targetOffset)
|
int |
getChunkSize()
|
int |
getExpansionFactor()
|
java.lang.String |
getName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HQVQDecoder()
Method Detail |
---|
public int getChunkSize()
getChunkSize
in interface Decoder
public java.lang.String getName()
getName
in interface Decoder
public int getExpansionFactor()
getExpansionFactor
in interface Decoder
public int decode(byte[] source, int sourceOffset, int bytesToDecode, byte[] target, int targetOffset)
decode
in interface Decoder
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |