com.arunta.base.audio.codec
Interface Decoder

All Known Implementing Classes:
ALawDecoder, HQVQDecoder, SPEEXDecoder, ULawDecoder

public interface Decoder

Decoder interface.


Method Summary
 int decode(byte[] source, int sourceOffset, int bytesToDecode, byte[] target, int targetOffset)
           
 int getChunkSize()
           
 int getExpansionFactor()
           
 java.lang.String getName()
           
 

Method Detail

getChunkSize

int getChunkSize()

getExpansionFactor

int getExpansionFactor()

getName

java.lang.String getName()

decode

int decode(byte[] source,
           int sourceOffset,
           int bytesToDecode,
           byte[] target,
           int targetOffset)


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