Package | Description |
---|---|
org.jaudiotagger.audio.mp4 |
Classes for MP4 files (including AAC).
|
org.jaudiotagger.tag.mp4 |
Classes for the MP4 metadata (moov.udt.meta.ilst) atom.
|
org.jaudiotagger.tag.mp4.field |
Classes handling fields of the MP4 moov.udt.meta.ilst atom.
|
Class and Description |
---|
Mp4Tag
A Logical representation of Mp4Tag, i.e the meta information stored in an Mp4 file underneath the
moov.udt.meta.ilst atom.
|
Class and Description |
---|
Mp4FieldKey
Starting list of known mp4 metadata fields that follow the Parent,Data or ---,issuer,name,data
convention.
|
Mp4NonStandardFieldKey
This a list of mp4boxes identifiers that break various rules, but should be documented nonetheless, they will
be created by applications other than iTunes, as we regard iTunes as the defacto standard for Mp4 files (but
certainly not any other format such as mp3 !).
|
Mp4TagField
This abstract class represents a link between piece of data, and how it is stored as an mp4 atom
Note there isnt a one to one correspondance between a tag field and a box because some fields are represented
by multiple boxes, for example many of the MusicBrainz fields use the '----' box, which in turn uses one of mean,
name and data box.
|
Mp4TagFieldSubType
Defines the available types of Mp4TagField, this simplifies Mp4 code because when we add a new Mp4FieldKey we can
define the correct type instead of having to add additional code to Mp4tag.createField method
|
Class and Description |
---|
Mp4FieldKey
Starting list of known mp4 metadata fields that follow the Parent,Data or ---,issuer,name,data
convention.
|
Mp4TagField
This abstract class represents a link between piece of data, and how it is stored as an mp4 atom
Note there isnt a one to one correspondance between a tag field and a box because some fields are represented
by multiple boxes, for example many of the MusicBrainz fields use the '----' box, which in turn uses one of mean,
name and data box.
|
Copyright © 2005–2020 jthink.net. All rights reserved.