de.jarnbjo.flac
Class Subframe.Fixed

java.lang.Object
  extended byde.jarnbjo.flac.Subframe
      extended byde.jarnbjo.flac.Subframe.Fixed
Enclosing class:
Subframe

public static class Subframe.Fixed
extends Subframe


Nested Class Summary
 
Nested classes inherited from class de.jarnbjo.flac.Subframe
Subframe.Constant, Subframe.Fixed, Subframe.Lpc, Subframe.Verbatim
 
Constructor Summary
Subframe.Fixed(BitInputStream source, Frame frame, StreamInfo streamInfo, int wastedBits, int order, boolean sideChannel)
           
 
Method Summary
 int[] getPcm()
           
 
Methods inherited from class de.jarnbjo.flac.Subframe
createInstance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Subframe.Fixed

public Subframe.Fixed(BitInputStream source,
                      Frame frame,
                      StreamInfo streamInfo,
                      int wastedBits,
                      int order,
                      boolean sideChannel)
               throws FlacFormatException,
                      java.io.IOException
Method Detail

getPcm

public int[] getPcm()
Specified by:
getPcm in class Subframe