Package | Description |
---|---|
com.drew.imaging.quicktime |
Contains classes for working with QuickTime files.
|
com.drew.metadata.mov |
Contains classes for the extraction and modelling of MOV file format metadata.
|
com.drew.metadata.mov.media |
Contains classes for extracting data from media data atom types.
|
com.drew.metadata.mov.metadata |
Contains classes for extracting data from metadata atom types
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/Metadata/Metadata.html#//apple_ref/doc/uid/TP40000939-CH1-SW1
|
Modifier and Type | Method and Description |
---|---|
static void |
QuickTimeReader.extract(InputStream inputStream,
QuickTimeHandler<?> handler) |
Modifier and Type | Class and Description |
---|---|
class |
QuickTimeAtomHandler |
class |
QuickTimeMediaHandler<T extends QuickTimeDirectory>
Classes that extend this class should be from the media dat atom types:
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-SW1
|
class |
QuickTimeMetadataHandler |
Modifier and Type | Method and Description |
---|---|
QuickTimeHandler<?> |
QuickTimeHandlerFactory.getHandler(String type,
Metadata metadata,
QuickTimeContext context) |
QuickTimeHandler<?> |
QuickTimeAtomHandler.processAtom(Atom atom,
byte[] payload,
QuickTimeContext context) |
Constructor and Description |
---|
QuickTimeHandlerFactory(QuickTimeHandler<?> caller) |
Modifier and Type | Class and Description |
---|---|
class |
QuickTimeMusicHandler |
class |
QuickTimeSoundHandler |
class |
QuickTimeSubtitleHandler |
class |
QuickTimeTextHandler |
class |
QuickTimeTimecodeHandler |
class |
QuickTimeVideoHandler |
Modifier and Type | Class and Description |
---|---|
class |
QuickTimeDataHandler |
class |
QuickTimeDirectoryHandler |
Copyright © 2002-2020 Drew Noakes. All Rights Reserved.