org.jaudiotagger.audio.mp4.atom
Class AbstractMp4Box
java.lang.Object
org.jaudiotagger.audio.mp4.atom.AbstractMp4Box
- Direct Known Subclasses:
- Mp4AlacBox, Mp4DataBox, Mp4DrmsBox, Mp4EsdsBox, Mp4FreeBox, Mp4FtypBox, Mp4HdlrBox, Mp4MdhdBox, Mp4MeanBox, Mp4MetaBox, Mp4Mp4aBox, Mp4MvhdBox, Mp4NameBox, Mp4StcoBox, Mp4StsdBox
public class AbstractMp4Box
- extends Object
Abstract mp4 box, contain a header and then rawdata (which may include child boxes)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
header
protected Mp4BoxHeader header
dataBuffer
protected ByteBuffer dataBuffer
AbstractMp4Box
public AbstractMp4Box()
getHeader
public Mp4BoxHeader getHeader()
- Returns:
- the box header
getData
public ByteBuffer getData()
- Returns:
- rawdata of this box
Copyright © 2005-2009 java.net. All Rights Reserved.