org.jaudiotagger.audio.mp4.atom
Class Mp4MetaBox

java.lang.Object
  extended by org.jaudiotagger.audio.mp4.atom.AbstractMp4Box
      extended by org.jaudiotagger.audio.mp4.atom.Mp4MetaBox

public class Mp4MetaBox
extends AbstractMp4Box

This MP4MetaBox is the parent of metadata, it also contains a small amount of data that needs to be processed before we can examine the children


Field Summary
static int FLAGS_LENGTH
           
 
Constructor Summary
Mp4MetaBox(Mp4BoxHeader header, java.nio.ByteBuffer dataBuffer)
           
 
Method Summary
 void processData()
           
 
Methods inherited from class org.jaudiotagger.audio.mp4.atom.AbstractMp4Box
getData, getHeader
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FLAGS_LENGTH

public static final int FLAGS_LENGTH
See Also:
Constant Field Values
Constructor Detail

Mp4MetaBox

public Mp4MetaBox(Mp4BoxHeader header,
                  java.nio.ByteBuffer dataBuffer)
Parameters:
header - header info
dataBuffer - data of box (doesnt include header data)
Method Detail

processData

public void processData()
                 throws CannotReadException
Throws:
CannotReadException