Uses of Package
org.jaudiotagger.audio.mp4

Packages that use org.jaudiotagger.audio.mp4
org.jaudiotagger.audio.mp4   
 

Classes in org.jaudiotagger.audio.mp4 used by org.jaudiotagger.audio.mp4
EncoderType
          Encoder Type actually identifies the format of the audio within the mp4.
Mp4InfoReader
          Read audio info from file.
Mp4NotMetaFieldKey
          This a list of mp4boxes identifiers, that are not part of the metadata info.
Mp4TagReader
          Reads metadata from mp4,

Mp4TagWriter
          Writes metadata from mp4, the metadata tags are held under the ilst atom as shown below

When writing changes the size of all the atoms upto ilst has to be recalculated, then if the size of the metadata is increased the size of the free atom (below meta) should be reduced accordingly or vice versa.