| Package | Description |
|---|---|
| com.drew.metadata.mp4 |
Contains classes for the extraction and modelling of MP4 file format metadata.
|
| com.drew.metadata.mp4.boxes |
Boxes are formed as per the official ISO base media file format specifications
Original ISO documentation publically available at http://standards.iso.org/ittf/PubliclyAvailableStandards/index.html
ISO/IEC 14496-12:2015
|
| com.drew.metadata.mp4.media |
Contains classes for extracting data from media data atom types.
|
| Modifier and Type | Method and Description |
|---|---|
Mp4Handler<?> |
Mp4BoxHandler.processBox(Box box,
byte[] payload,
Mp4Context context) |
Mp4Handler<?> |
Mp4MediaHandler.processBox(Box box,
byte[] payload,
Mp4Context context) |
boolean |
Mp4BoxHandler.shouldAcceptBox(Box box) |
boolean |
Mp4MediaHandler.shouldAcceptBox(Box box) |
boolean |
Mp4BoxHandler.shouldAcceptContainer(Box box) |
boolean |
Mp4MediaHandler.shouldAcceptContainer(Box box) |
| Modifier and Type | Class and Description |
|---|---|
class |
AudioSampleEntry
ISO/IED 14496-12:2015 pg.161
|
class |
FileTypeBox
ISO/IED 14496-12:2015 pg.8
|
class |
FullBox
ISO/IED 14496-12:2015 pg.7
|
class |
HandlerBox
ISO/IED 14496-12:2015 pg.30
|
class |
HintMediaHeaderBox
ISO/IED 14496-12:2015 pg.169
|
class |
MediaHeaderBox
ISO/IED 14496-12:2015 pg.29
|
class |
MovieHeaderBox
ISO/IED 14496-12:2015 pg.23
|
class |
SampleEntry
ISO/IED 14496-12:2015 pg.33
|
class |
SoundMediaHeaderBox
ISO/IED 14496-12:2015 pg.159
|
class |
TimeToSampleBox
ISO/IED 14496-12:2015 pg.37
|
class |
TrackHeaderBox
ISO/IED 14496-12:2005 pg.17-18
|
class |
UserDataBox |
class |
UuidBox |
class |
VideoMediaHeaderBox
ISO/IED 14496-12:2015 pg.155
|
class |
VisualSampleEntry
ISO/IED 14496-12:2015 pg.156
|
| Constructor and Description |
|---|
AudioSampleEntry(SequentialReader reader,
Box box) |
Box(Box box) |
FileTypeBox(SequentialReader reader,
Box box) |
FullBox(SequentialReader reader,
Box box) |
HandlerBox(SequentialReader reader,
Box box) |
HintMediaHeaderBox(SequentialReader reader,
Box box) |
MediaHeaderBox(SequentialReader reader,
Box box,
Mp4Context context) |
MovieHeaderBox(SequentialReader reader,
Box box) |
SampleEntry(SequentialReader reader,
Box box) |
SoundMediaHeaderBox(SequentialReader reader,
Box box) |
TimeToSampleBox(SequentialReader reader,
Box box) |
TrackHeaderBox(SequentialReader reader,
Box box) |
UserDataBox(SequentialReader reader,
Box box,
int length) |
UuidBox(SequentialReader reader,
Box box) |
VideoMediaHeaderBox(SequentialReader reader,
Box box) |
VisualSampleEntry(SequentialReader reader,
Box box) |
| Modifier and Type | Method and Description |
|---|---|
Mp4Handler<?> |
Mp4UuidBoxHandler.processBox(Box box,
byte[] payload,
Mp4Context context) |
void |
Mp4SoundHandler.processMediaInformation(SequentialReader reader,
Box box) |
void |
Mp4VideoHandler.processMediaInformation(SequentialReader reader,
Box box) |
void |
Mp4SoundHandler.processSampleDescription(SequentialReader reader,
Box box) |
void |
Mp4VideoHandler.processSampleDescription(SequentialReader reader,
Box box) |
void |
Mp4VideoHandler.processTimeToSample(SequentialReader reader,
Box box,
Mp4Context context) |
Copyright © 2002-2020 Drew Noakes. All Rights Reserved.