javazoom.jlme.decoder
Class Decoder

java.lang.Object
  |
  +--javazoom.jlme.decoder.Decoder

public class Decoder
extends java.lang.Object


Constructor Summary
Decoder(Header header, BitStream stream)
          Constructor for the Decoder object
 
Method Summary
 SampleBuffer decodeFrame()
          Description of the Method
 int getOutputBlockSize()
          Gets the outputBlockSize attribute of the Decoder object
 int getOutputChannels()
          Gets the outputChannels attribute of the Decoder object
 int getOutputFrequency()
          Gets the outputFrequency attribute of the Decoder object
 void setOutputBuffer(SampleBuffer out)
          Sets the outputBuffer attribute of the Decoder object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decoder

public Decoder(Header header,
               BitStream stream)
Constructor for the Decoder object
Parameters:
header - Description of Parameter
stream - Description of Parameter
Method Detail

setOutputBuffer

public final void setOutputBuffer(SampleBuffer out)
Sets the outputBuffer attribute of the Decoder object
Parameters:
out - The new outputBuffer value

getOutputFrequency

public final int getOutputFrequency()
Gets the outputFrequency attribute of the Decoder object
Returns:
The outputFrequency value

getOutputChannels

public final int getOutputChannels()
Gets the outputChannels attribute of the Decoder object
Returns:
The outputChannels value

getOutputBlockSize

public final int getOutputBlockSize()
Gets the outputBlockSize attribute of the Decoder object
Returns:
The outputBlockSize value

decodeFrame

public final SampleBuffer decodeFrame()
Description of the Method
Returns:
Description of the Returned Value


JavaZOOM 1999-2005