Package | Description |
---|---|
com.drew.imaging.mp4 | |
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 | Class and Description |
---|---|
class |
Mp4Handler<T extends Mp4Directory> |
Modifier and Type | Method and Description |
---|---|
static void |
Mp4Dictionary.setLookup(int scope,
String lookup,
Mp4Directory directory) |
Constructor and Description |
---|
Mp4Descriptor(Mp4Directory directory) |
Modifier and Type | Method and Description |
---|---|
void |
MovieHeaderBox.addMetadata(Mp4Directory directory) |
void |
FileTypeBox.addMetadata(Mp4Directory directory) |
Modifier and Type | Class and Description |
---|---|
class |
Mp4HintDirectory |
class |
Mp4MediaDirectory |
class |
Mp4MetaDirectory |
class |
Mp4SoundDirectory |
class |
Mp4TextDirectory |
class |
Mp4VideoDirectory |
Copyright © 2022. All rights reserved.