de.jarnbjo.flac
Class Subframe.Constant

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

public static class Subframe.Constant
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.Constant(BitInputStream source, Frame frame, StreamInfo streamInfo)
           
 
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.Constant

public Subframe.Constant(BitInputStream source,
                         Frame frame,
                         StreamInfo streamInfo)
                  throws FlacFormatException,
                         java.io.IOException
Method Detail

getPcm

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