entagged.audioformats.wav.util
Class WavFormatHeader

java.lang.Object
  extended by entagged.audioformats.wav.util.WavFormatHeader

public class WavFormatHeader
extends Object


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

Constructor Detail

WavFormatHeader

public WavFormatHeader(byte[] b)
Method Detail

isValid

public boolean isValid()

getChannelNumber

public int getChannelNumber()

getSamplingRate

public int getSamplingRate()

getBytesPerSecond

public int getBytesPerSecond()

getBitrate

public int getBitrate()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2008. All Rights Reserved.