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.media |
Contains classes for extracting data from media data atom types.
|
Modifier and Type | Method and Description |
---|---|
static void |
Mp4Reader.extract(InputStream inputStream,
Mp4Handler handler) |
Modifier and Type | Class and Description |
---|---|
class |
Mp4BoxHandler |
class |
Mp4MediaHandler<T extends Mp4MediaDirectory> |
Modifier and Type | Method and Description |
---|---|
Mp4Handler |
Mp4HandlerFactory.getHandler(HandlerBox box,
Metadata metadata) |
Mp4Handler |
Mp4BoxHandler.processBox(Box box,
byte[] payload) |
Mp4Handler |
Mp4MediaHandler.processBox(Box box,
byte[] payload) |
Constructor and Description |
---|
Mp4HandlerFactory(Mp4Handler caller) |
Modifier and Type | Class and Description |
---|---|
class |
Mp4HintHandler |
class |
Mp4MetaHandler |
class |
Mp4SoundHandler |
class |
Mp4TextHandler |
class |
Mp4VideoHandler |
Copyright © 2023. All rights reserved.