Uses of Class
com.drew.metadata.mov.atoms.Atom
Packages that use Atom
Package
Description
Contains classes for the extraction and modelling of MOV file format metadata.
Contains classes for extracting data from media data atom types.
-
Uses of Atom in com.drew.metadata.mov
Methods in com.drew.metadata.mov with parameters of type AtomModifier and TypeMethodDescriptionQuickTimeAtomHandler.processAtom(Atom atom, byte[] payload, QuickTimeContext context) QuickTimeMediaHandler.processAtom(Atom atom, byte[] payload, QuickTimeContext context) booleanQuickTimeAtomHandler.shouldAcceptAtom(Atom atom) booleanQuickTimeMediaHandler.shouldAcceptAtom(Atom atom) booleanQuickTimeAtomHandler.shouldAcceptContainer(Atom atom) booleanQuickTimeMediaHandler.shouldAcceptContainer(Atom atom) -
Uses of Atom in com.drew.metadata.mov.atoms
Subclasses of Atom in com.drew.metadata.mov.atomsModifier and TypeClassDescriptionclasshttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap1/qtff1.html#//apple_ref/doc/uid/TP40000939-CH203-CJBCBIFFclasshttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap1/qtff1.html#//apple_ref/doc/uid/TP40000939-CH203-38195classhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-BBCIBHFDclasshttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-SW34classhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-BBCGFGJGclasshttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-57445classSampleDescriptionAtom<T extends SampleDescription>https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-25691classhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-25647classhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-BBCGGHJHclasshttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-SW80classhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-57428classhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-BBCBEAGJclasshttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-57409classhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-BBCGFJIIclassExtracts rotation information only https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-SW34classhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-25638classhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-BBCGICBJConstructors in com.drew.metadata.mov.atoms with parameters of type AtomModifierConstructorDescriptionFileTypeCompatibilityAtom(SequentialReader reader, Atom atom) FullAtom(SequentialReader reader, Atom atom) HandlerReferenceAtom(SequentialReader reader, Atom atom) MediaHeaderAtom(SequentialReader reader, Atom atom, QuickTimeContext context) MovieHeaderAtom(SequentialReader reader, Atom atom) MusicSampleDescriptionAtom(SequentialReader reader, Atom atom) SampleDescriptionAtom(SequentialReader reader, Atom atom) SoundInformationMediaHeaderAtom(SequentialReader reader, Atom atom) SoundSampleDescriptionAtom(SequentialReader reader, Atom atom) SubtitleSampleDescriptionAtom(SequentialReader reader, Atom atom) TextSampleDescriptionAtom(SequentialReader reader, Atom atom) TimecodeInformationMediaAtom(SequentialReader reader, Atom atom) TimecodeSampleDescriptionAtom(SequentialReader reader, Atom atom) TimeToSampleAtom(SequentialReader reader, Atom atom) TrackHeaderAtom(SequentialReader reader, Atom atom) VideoInformationMediaHeaderAtom(SequentialReader reader, Atom atom) VideoSampleDescriptionAtom(SequentialReader reader, Atom atom) -
Uses of Atom in com.drew.metadata.mov.atoms.canon
Subclasses of Atom in com.drew.metadata.mov.atoms.canon -
Uses of Atom in com.drew.metadata.mov.media
Methods in com.drew.metadata.mov.media with parameters of type AtomModifier and TypeMethodDescriptionvoidQuickTimeSoundHandler.processMediaInformation(SequentialReader reader, Atom atom) voidQuickTimeTimecodeHandler.processMediaInformation(SequentialReader reader, Atom atom) voidQuickTimeVideoHandler.processMediaInformation(SequentialReader reader, Atom atom) voidQuickTimeSoundHandler.processSampleDescription(SequentialReader reader, Atom atom) voidQuickTimeTimecodeHandler.processSampleDescription(SequentialReader reader, Atom atom) voidQuickTimeVideoHandler.processSampleDescription(SequentialReader reader, Atom atom) voidQuickTimeVideoHandler.processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)