javazoom.jlme.decoder
Class Decoder
java.lang.Object
|
+--javazoom.jlme.decoder.Decoder
- public class Decoder
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Decoder
public Decoder(Header header,
BitStream stream)
- Constructor for the Decoder object
- Parameters:
header
- Description of Parameterstream
- Description of Parameter
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