| Package | Description |
|---|---|
| com.drew.metadata.mp4 |
Contains classes for the extraction and modelling of MP4 file format metadata.
|
| com.drew.metadata.mp4.media |
Contains classes for extracting data from media data atom types.
|
| Modifier and Type | Method and Description |
|---|---|
Mp4Handler<?> |
Mp4BoxHandler.processBox(String type,
byte[] payload,
long boxSize,
Mp4Context context) |
Mp4Handler<?> |
Mp4MediaHandler.processBox(String type,
byte[] payload,
long boxSize,
Mp4Context context) |
| Constructor and Description |
|---|
Mp4MediaHandler(Metadata metadata,
Mp4Context context) |
| Modifier and Type | Method and Description |
|---|---|
Mp4Handler<?> |
Mp4UuidBoxHandler.processBox(String type,
byte[] payload,
long boxSize,
Mp4Context context) |
void |
Mp4VideoHandler.processTimeToSample(SequentialReader reader,
Mp4Context context) |
| Constructor and Description |
|---|
Mp4HintHandler(Metadata metadata,
Mp4Context context) |
Mp4MetaHandler(Metadata metadata,
Mp4Context context) |
Mp4SoundHandler(Metadata metadata,
Mp4Context context) |
Mp4TextHandler(Metadata metadata,
Mp4Context context) |
Mp4VideoHandler(Metadata metadata,
Mp4Context context) |
Copyright © 2002-2020 Drew Noakes. All Rights Reserved.