entagged.audioformats.ape.util
Class MonkeyHeader

java.lang.Object
  extended by entagged.audioformats.ape.util.MonkeyHeader

public class MonkeyHeader
extends Object


Field Summary
(package private)  byte[] b
           
 
Constructor Summary
MonkeyHeader(byte[] b)
           
 
Method Summary
 int getBitsPerSample()
           
 long getBlocksPerFrame()
           
 int getChannelNumber()
           
 int getCompressionLevel()
           
 long getFinalFrameBlocks()
           
 int getFormatFlags()
           
 int getLength()
           
 float getPreciseLength()
           
 int getSamplingRate()
           
 long getTotalFrames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

b

byte[] b
Constructor Detail

MonkeyHeader

public MonkeyHeader(byte[] b)
Method Detail

getCompressionLevel

public int getCompressionLevel()

getFormatFlags

public int getFormatFlags()

getBlocksPerFrame

public long getBlocksPerFrame()

getFinalFrameBlocks

public long getFinalFrameBlocks()

getTotalFrames

public long getTotalFrames()

getLength

public int getLength()

getPreciseLength

public float getPreciseLength()

getBitsPerSample

public int getBitsPerSample()

getChannelNumber

public int getChannelNumber()

getSamplingRate

public int getSamplingRate()


Copyright © 2007-2008. All Rights Reserved.