de.jarnbjo.flac
Class StreamInfo

java.lang.Object
  extended byde.jarnbjo.flac.MetadataBlock
      extended byde.jarnbjo.flac.StreamInfo

public class StreamInfo
extends MetadataBlock


Method Summary
 int getBitsPerSample()
           
 int getChannels()
           
 int getMaximumBlockSize()
           
 int getMaximumFrameSize()
           
 int getMinimumBlockSize()
           
 int getMinimumFrameSize()
           
 int getSampleRate()
           
 
Methods inherited from class de.jarnbjo.flac.MetadataBlock
createInstance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMinimumBlockSize

public int getMinimumBlockSize()

getMaximumBlockSize

public int getMaximumBlockSize()

getMinimumFrameSize

public int getMinimumFrameSize()

getMaximumFrameSize

public int getMaximumFrameSize()

getSampleRate

public int getSampleRate()

getChannels

public int getChannels()

getBitsPerSample

public int getBitsPerSample()