Package | Description |
---|---|
org.jaudiotagger.audio.mp4 |
Classes for MP4 files (including AAC).
|
org.jaudiotagger.audio.mp4.atom |
Classes for MP4 boxes, aka atoms.
|
org.jaudiotagger.tag.mp4 |
Classes for the MP4 metadata (moov.udt.meta.ilst) atom.
|
org.jaudiotagger.tag.mp4.atom |
Classes dealing with atoms (boxes) embedded in top-level MP4 atoms.
|
org.jaudiotagger.tag.mp4.field |
Classes handling fields of the MP4 moov.udt.meta.ilst atom.
|
Class and Description |
---|
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
|
Class and Description |
---|
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 don't 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.
|
Mp4StcoBox
StcoBox ( media (stream) header), holds offsets into the Audio data
|
Class and Description |
---|
Mp4BoxHeader
Everything in MP4s are held in boxes (formally known as atoms), they are held as a hierachial tree within the MP4.
|
Class and Description |
---|
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.
|
Class and Description |
---|
Mp4BoxHeader
Everything in MP4s are held in boxes (formally known as atoms), they are held as a hierachial tree within the MP4.
|
Copyright © 2005–2020 jthink.net. All rights reserved.