Maven module :un.storage : media-mpeg4 :
Class :
un.storage.media.mp4.boxes.impl.meta.ITunesMetadataBox
Extends/Implements :
un.storage.media.mp4.boxes.FullBox
Subclasses : -
Variables : -
Functions :
ITunesMetadataBox,
decode,
getDataType,
getData,
getText,
getNumber,
getInteger,
getBoolean,
getDate
public void
ITunesMetadataBox ()
public void
decode (MP4InputStream in)
public DataType
getDataType ()
public byte[]
getData ()
public String
getText ()
public long
getNumber ()
public int
getInteger ()
public boolean
getBoolean ()
public Date
getDate ()
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