org.jaudiotagger.tag.mp4.atom
Class Mp4NameBox

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

public class Mp4NameBox
extends AbstractMp4Box

This box is used within ---- boxes to hold the data name/descriptor


Field Summary
static int FLAGS_LENGTH
           
static java.lang.String IDENTIFIER
           
private  java.lang.String name
           
static int PRE_DATA_LENGTH
           
static int VERSION_LENGTH
           
 
Fields inherited from class org.jaudiotagger.audio.mp4.atom.AbstractMp4Box
dataBuffer, header
 
Constructor Summary
Mp4NameBox(Mp4BoxHeader header, java.nio.ByteBuffer dataBuffer)
           
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class org.jaudiotagger.audio.mp4.atom.AbstractMp4Box
getData, getHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IDENTIFIER

public static final java.lang.String IDENTIFIER
See Also:
Constant Field Values

name

private java.lang.String name

VERSION_LENGTH

public static final int VERSION_LENGTH
See Also:
Constant Field Values

FLAGS_LENGTH

public static final int FLAGS_LENGTH
See Also:
Constant Field Values

PRE_DATA_LENGTH

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

Mp4NameBox

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

getName

public java.lang.String getName()