|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object entagged.audioformats.mp3.util.XingMPEGFrame
public class XingMPEGFrame
Creates a representation of a Xing Mpeg frame $Id: XingMPEGFrame.java,v 1.1 2007/03/23 14:17:03 nicov1 Exp $
Constructor Summary | |
---|---|
XingMPEGFrame(byte[] bytesPart1,
byte[] bytesPart2)
Creates a Xing Frame with the two given sets of data |
Method Summary | |
---|---|
int |
getFileSize()
|
int |
getFrameCount()
Gets the frameCount attribute of the XingMPEGFrame object |
boolean |
isValid()
Check if this tag is valid |
boolean |
isVbr()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XingMPEGFrame(byte[] bytesPart1, byte[] bytesPart2)
bytesPart1
- the array of bytes before the 100bytes long Xing central databytesPart2
- the array of bytes after the 100bytes long Xing central dataMethod Detail |
---|
public int getFrameCount()
getFrameCount
in interface VbrInfoFrame
public boolean isValid()
isValid
in interface VbrInfoFrame
public boolean isVbr()
isVbr
in interface VbrInfoFrame
public int getFileSize()
getFileSize
in interface VbrInfoFrame
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |