net.sf.ext.entagged.plugins.audioformats.flac.inforeader
Class MetadataBlockDataStreamInfo

java.lang.Object
  extended bynet.sf.ext.entagged.plugins.audioformats.flac.inforeader.MetadataBlockDataStreamInfo

public class MetadataBlockDataStreamInfo
extends java.lang.Object


Constructor Summary
MetadataBlockDataStreamInfo(byte[] b)
           
 
Method Summary
 java.lang.String getChannelMode()
           
 java.lang.String getEncodingType()
           
 int getLength()
           
 int getSamplingRate()
           
 boolean isValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataBlockDataStreamInfo

public MetadataBlockDataStreamInfo(byte[] b)
Method Detail

getLength

public int getLength()

getChannelMode

public java.lang.String getChannelMode()

getSamplingRate

public int getSamplingRate()

getEncodingType

public java.lang.String getEncodingType()

isValid

public boolean isValid()