net.sf.ext.entagged.plugins.audioformats.wav.inforeader
Class WAVFormatHeader

java.lang.Object
  extended bynet.sf.ext.entagged.plugins.audioformats.wav.inforeader.WAVFormatHeader

public class WAVFormatHeader
extends java.lang.Object


Constructor Summary
WAVFormatHeader(byte[] b)
           
 
Method Summary
 int getBitrate()
           
 int getBytesPerSecond()
           
 java.lang.String getChannelMode()
           
 int getSamplingRate()
           
 boolean isValid()
           
 java.lang.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()

getChannelMode

public java.lang.String getChannelMode()

getSamplingRate

public int getSamplingRate()

getBytesPerSecond

public int getBytesPerSecond()

getBitrate

public int getBitrate()

toString

public java.lang.String toString()