org.jaudiotagger.tag.mp4.atom
Class Mp4MeanBox

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

public class Mp4MeanBox
extends AbstractMp4Box

This box is used within ---- boxes to hold the issuer


Field Summary
static int FLAGS_LENGTH
           
static java.lang.String IDENTIFIER
           
private  java.lang.String issuer
           
static int PRE_DATA_LENGTH
           
static int VERSION_LENGTH
           
 
Fields inherited from class org.jaudiotagger.audio.mp4.atom.AbstractMp4Box
dataBuffer, header
 
Constructor Summary
Mp4MeanBox(Mp4BoxHeader header, java.nio.ByteBuffer dataBuffer)
           
 
Method Summary
 java.lang.String getIssuer()
           
 
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

issuer

private java.lang.String issuer

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

Mp4MeanBox

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

getIssuer

public java.lang.String getIssuer()