Package | Description |
---|---|
com.drew.metadata.mov |
Contains classes for the extraction and modelling of MOV file format metadata.
|
com.drew.metadata.mov.atoms | |
com.drew.metadata.mov.atoms.canon | |
com.drew.metadata.mov.media |
Contains classes for extracting data from media data atom types.
|
Modifier and Type | Method and Description |
---|---|
QuickTimeMediaHandler<?> |
QuickTimeMediaHandler.processAtom(Atom atom,
byte[] payload,
QuickTimeContext context) |
QuickTimeHandler<?> |
QuickTimeAtomHandler.processAtom(Atom atom,
byte[] payload,
QuickTimeContext context) |
boolean |
QuickTimeMediaHandler.shouldAcceptAtom(Atom atom) |
boolean |
QuickTimeAtomHandler.shouldAcceptAtom(Atom atom) |
boolean |
QuickTimeMediaHandler.shouldAcceptContainer(Atom atom) |
boolean |
QuickTimeAtomHandler.shouldAcceptContainer(Atom atom) |
Modifier and Type | Class and Description |
---|---|
class |
FileTypeCompatibilityAtom
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap1/qtff1.html#//apple_ref/doc/uid/TP40000939-CH203-CJBCBIFF
|
class |
FullAtom
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap1/qtff1.html#//apple_ref/doc/uid/TP40000939-CH203-38195
|
class |
HandlerReferenceAtom
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-BBCIBHFD
|
class |
MediaHeaderAtom
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-SW34
|
class |
MovieHeaderAtom
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-BBCGFGJG
|
class |
MusicSampleDescriptionAtom
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-57445
|
class |
SampleDescriptionAtom<T extends SampleDescription>
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-25691
|
class |
SoundInformationMediaHeaderAtom
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-25647
|
class |
SoundSampleDescriptionAtom
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-BBCGGHJH
|
class |
SubtitleSampleDescriptionAtom
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-SW80
|
class |
TextSampleDescriptionAtom
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-57428
|
class |
TimecodeInformationMediaAtom
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-BBCBEAGJ
|
class |
TimecodeSampleDescriptionAtom
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-57409
|
class |
TimeToSampleAtom
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-BBCGFJII
|
class |
TrackHeaderAtom
Extracts rotation information only
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-SW34
|
class |
VideoInformationMediaHeaderAtom
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-25638
|
class |
VideoSampleDescriptionAtom
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-BBCGICBJ
|
Modifier and Type | Class and Description |
---|---|
class |
CanonThumbnailAtom |
Modifier and Type | Method and Description |
---|---|
void |
QuickTimeVideoHandler.processMediaInformation(SequentialReader reader,
Atom atom) |
void |
QuickTimeTimecodeHandler.processMediaInformation(SequentialReader reader,
Atom atom) |
void |
QuickTimeSoundHandler.processMediaInformation(SequentialReader reader,
Atom atom) |
void |
QuickTimeVideoHandler.processSampleDescription(SequentialReader reader,
Atom atom) |
void |
QuickTimeTimecodeHandler.processSampleDescription(SequentialReader reader,
Atom atom) |
void |
QuickTimeSoundHandler.processSampleDescription(SequentialReader reader,
Atom atom) |
void |
QuickTimeVideoHandler.processTimeToSample(SequentialReader reader,
Atom atom,
QuickTimeContext context) |
Copyright © 2002-2020 Drew Noakes. All Rights Reserved.