Maven module :un.storage : media-mpeg4 :
Class : un.storage.media.mp4.boxes.impl.meta.ITunesMetadataBox
Extends/Implements : un.storage.media.mp4.boxes.FullBox
Subclasses : -

This box contains the data for a metadata tag. It is right below an
iTunes metadata box (e.g. '@nam') or a custom meta tag box ('----'). A custom
meta tag box also contains a 'name'-box declaring the tag's name.

@author Alexander Simm


Variables : -
Functions : ITunesMetadataBox, decode, getDataType, getData, getText, getNumber, getInteger, getBoolean, getDate



public void ITunesMetadataBox ()

public void decode (MP4InputStream in)

public DataType getDataType ()


Returns an unmodifiable array with the raw content, that can be present
in different formats.
return  the raw metadata
public byte[] getData ()


Returns the content as a text string.
return  the metadata as text
public String getText ()


Returns the content as an unsigned 8-bit integer.
return  the metadata as an integer
public long getNumber ()

public int getInteger ()


Returns the content as a boolean (flag) value.
return  the metadata as a boolean
public boolean getBoolean ()

public Date getDate ()