entagged.audioformats.flac.util
Class MetadataBlockDataStreamInfo

java.lang.Object
  extended by entagged.audioformats.flac.util.MetadataBlockDataStreamInfo

public class MetadataBlockDataStreamInfo
extends Object


Constructor Summary
MetadataBlockDataStreamInfo(byte[] b)
           
 
Method Summary
 int getChannelNumber()
           
 String getEncodingType()
           
 int getLength()
           
 float getPreciseLength()
           
 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()

getPreciseLength

public float getPreciseLength()

getChannelNumber

public int getChannelNumber()

getSamplingRate

public int getSamplingRate()

getEncodingType

public String getEncodingType()

isValid

public boolean isValid()


Copyright © 2007-2008. All Rights Reserved.