de.jarnbjo.flac
Class Frame

java.lang.Object
  extended byde.jarnbjo.flac.Frame

public class Frame
extends java.lang.Object


Constructor Summary
Frame(BitInputStream source, StreamInfo streamInfo)
           
 
Method Summary
 int getBitsPerSample()
           
 int getBlockSize()
           
 int getChannels()
           
 int[][] getPcm()
           
 Subframe[] getSubframes()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Frame

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

getBitsPerSample

public int getBitsPerSample()

getChannels

public int getChannels()

getBlockSize

public int getBlockSize()

getSubframes

public Subframe[] getSubframes()

getPcm

public int[][] getPcm()