entagged.audioformats.mp3.util
Class VBRIMPEGFrame

java.lang.Object
  extended by entagged.audioformats.mp3.util.VBRIMPEGFrame
All Implemented Interfaces:
VbrInfoFrame

public class VBRIMPEGFrame
extends Object
implements VbrInfoFrame


Constructor Summary
VBRIMPEGFrame(byte[] bytes)
           
 
Method Summary
 int getFileSize()
           
 int getFrameCount()
           
 boolean isValid()
           
 boolean isVbr()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VBRIMPEGFrame

public VBRIMPEGFrame(byte[] bytes)
Method Detail

getFrameCount

public int getFrameCount()
Specified by:
getFrameCount in interface VbrInfoFrame

isValid

public boolean isValid()
Specified by:
isValid in interface VbrInfoFrame

getFileSize

public int getFileSize()
Specified by:
getFileSize in interface VbrInfoFrame

toString

public String toString()
Overrides:
toString in class Object

isVbr

public boolean isVbr()
Specified by:
isVbr in interface VbrInfoFrame


Copyright © 2007-2008. All Rights Reserved.