Uses of Package
org.jaudiotagger.audio.mp4.atom

Packages that use org.jaudiotagger.audio.mp4.atom
org.jaudiotagger.audio.mp4   
org.jaudiotagger.audio.mp4.atom   
org.jaudiotagger.tag.mp4   
org.jaudiotagger.tag.mp4.atom   
org.jaudiotagger.tag.mp4.field   
 

Classes in org.jaudiotagger.audio.mp4.atom used by org.jaudiotagger.audio.mp4
Mp4BoxHeader
          Everything in MP4s are held in boxes (formally known as atoms), they are held as a hierachial tree within the MP4.
Mp4EsdsBox.AudioProfile
          Audio profile, held in Section 5 this is usually type LOW_COMPLEXITY
Mp4EsdsBox.Kind
          File type, held in Section 4 , only really expecting type 0x64 (AAC)
Mp4StcoBox
          StcoBox ( media (stream) header), holds offsets into the Audio data
 

Classes in org.jaudiotagger.audio.mp4.atom used by org.jaudiotagger.audio.mp4.atom
AbstractMp4Box
          Abstract mp4 box, contain a header and then rawdata (which may include child boxes)
Mp4BoxHeader
          Everything in MP4s are held in boxes (formally known as atoms), they are held as a hierachial tree within the MP4.
Mp4EsdsBox.AudioProfile
          Audio profile, held in Section 5 this is usually type LOW_COMPLEXITY
Mp4EsdsBox.Kind
          File type, held in Section 4 , only really expecting type 0x64 (AAC)
Mp4FtypBox.Brand
          Major brand, helps identify whats contained in the file, used by major and compatible brands but this is not an exhaustive list, so for that reason we dont force the values read from the file to tie in with this enum.
Mp4HdlrBox
          HdlrBox ( Handler box),

Describes the type of metadata in the following ilst or minf atom

Mp4HdlrBox.MediaDataType
           
Mp4MetaBox
          This MP4 MetaBox is the parent of metadata, it usually contains four bytes of data that needs to be processed before we can examine the children.
 

Classes in org.jaudiotagger.audio.mp4.atom used by org.jaudiotagger.tag.mp4
Mp4BoxHeader
          Everything in MP4s are held in boxes (formally known as atoms), they are held as a hierachial tree within the MP4.
 

Classes in org.jaudiotagger.audio.mp4.atom used by org.jaudiotagger.tag.mp4.atom
AbstractMp4Box
          Abstract mp4 box, contain a header and then rawdata (which may include child boxes)
Mp4BoxHeader
          Everything in MP4s are held in boxes (formally known as atoms), they are held as a hierachial tree within the MP4.
 

Classes in org.jaudiotagger.audio.mp4.atom used by org.jaudiotagger.tag.mp4.field
Mp4BoxHeader
          Everything in MP4s are held in boxes (formally known as atoms), they are held as a hierachial tree within the MP4.