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 |
Mp4MediaHandler.processBox(Box box,
byte[] payload) |
Mp4Handler |
Mp4BoxHandler.processBox(Box box,
byte[] payload) |
boolean |
Mp4MediaHandler.shouldAcceptBox(Box box) |
boolean |
Mp4BoxHandler.shouldAcceptBox(Box box) |
boolean |
Mp4MediaHandler.shouldAcceptContainer(Box box) |
boolean |
Mp4BoxHandler.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 |
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) |
MovieHeaderBox(SequentialReader reader,
Box box) |
SampleEntry(SequentialReader reader,
Box box) |
SoundMediaHeaderBox(SequentialReader reader,
Box box) |
TimeToSampleBox(SequentialReader reader,
Box box) |
VideoMediaHeaderBox(SequentialReader reader,
Box box) |
VisualSampleEntry(SequentialReader reader,
Box box) |
Modifier and Type | Method and Description |
---|---|
void |
Mp4VideoHandler.processMediaInformation(SequentialReader reader,
Box box) |
void |
Mp4SoundHandler.processMediaInformation(SequentialReader reader,
Box box) |
void |
Mp4VideoHandler.processSampleDescription(SequentialReader reader,
Box box) |
void |
Mp4SoundHandler.processSampleDescription(SequentialReader reader,
Box box) |
void |
Mp4VideoHandler.processTimeToSample(SequentialReader reader,
Box box) |
Copyright © 2023. All rights reserved.