de.jarnbjo.flac
Class Subframe

java.lang.Object
  extended byde.jarnbjo.flac.Subframe
Direct Known Subclasses:
Subframe.Constant, Subframe.Fixed, Subframe.Lpc, Subframe.Verbatim

public abstract class Subframe
extends java.lang.Object


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

Constructor Detail

Subframe

public Subframe()
Method Detail

createInstance

public static Subframe createInstance(BitInputStream source,
                                      Frame frame,
                                      StreamInfo streamInfo,
                                      boolean sideChannel)
                               throws FlacFormatException,
                                      java.io.IOException
Throws:
FlacFormatException
java.io.IOException

getPcm

public abstract int[] getPcm()