com.arunta.base.audio.codec
Class HQVQDecoder

java.lang.Object
  extended by com.arunta.base.audio.codec.HQVQDecoder
All Implemented Interfaces:
Decoder

public class HQVQDecoder
extends java.lang.Object
implements Decoder

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

HQVQDecoder

public HQVQDecoder()
Method Detail

getChunkSize

public int getChunkSize()
Specified by:
getChunkSize in interface Decoder

getName

public java.lang.String getName()
Specified by:
getName in interface Decoder

getExpansionFactor

public int getExpansionFactor()
Specified by:
getExpansionFactor in interface Decoder

decode

public int decode(byte[] source,
                  int sourceOffset,
                  int bytesToDecode,
                  byte[] target,
                  int targetOffset)
Specified by:
decode in interface Decoder


Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.