Uses of Class
com.drew.metadata.mov.atoms.Atom
-
Packages that use Atom 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.atoms com.drew.metadata.mov.atoms.canon 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 -
-
Uses of Atom in com.drew.imaging.quicktime
Methods in com.drew.imaging.quicktime with parameters of type Atom Modifier and Type Method Description protected abstract QuickTimeHandler<?>QuickTimeHandler. processAtom(Atom atom, byte[] payload, QuickTimeContext context)protected QuickTimeHandler<?>QuickTimeHandler. processContainer(Atom atom, QuickTimeContext context)protected abstract booleanQuickTimeHandler. shouldAcceptAtom(Atom atom)protected abstract booleanQuickTimeHandler. shouldAcceptContainer(Atom atom) -
Uses of Atom in com.drew.metadata.mov
Methods in com.drew.metadata.mov with parameters of type Atom Modifier and Type Method Description QuickTimeHandler<?>QuickTimeAtomHandler. processAtom(Atom atom, byte[] payload, QuickTimeContext context)QuickTimeMediaHandler<?>QuickTimeMediaHandler. processAtom(Atom atom, byte[] payload, QuickTimeContext context)protected QuickTimeHandler<?>QuickTimeMetadataHandler. processAtom(Atom atom, byte[] payload, QuickTimeContext context)protected abstract voidQuickTimeMediaHandler. processMediaInformation(SequentialReader reader, Atom atom)protected abstract voidQuickTimeMediaHandler. processSampleDescription(SequentialReader reader, Atom atom)protected abstract voidQuickTimeMediaHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)booleanQuickTimeAtomHandler. shouldAcceptAtom(Atom atom)booleanQuickTimeMediaHandler. shouldAcceptAtom(Atom atom)protected booleanQuickTimeMetadataHandler. shouldAcceptAtom(Atom atom)booleanQuickTimeAtomHandler. shouldAcceptContainer(Atom atom)booleanQuickTimeMediaHandler. shouldAcceptContainer(Atom atom)protected booleanQuickTimeMetadataHandler. shouldAcceptContainer(Atom atom) -
Uses of Atom in com.drew.metadata.mov.atoms
Subclasses of Atom in com.drew.metadata.mov.atoms Modifier and Type Class Description classFileTypeCompatibilityAtomhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap1/qtff1.html#//apple_ref/doc/uid/TP40000939-CH203-CJBCBIFFclassFullAtomhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap1/qtff1.html#//apple_ref/doc/uid/TP40000939-CH203-38195classHandlerReferenceAtomhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-BBCIBHFDclassMediaHeaderAtomhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-SW34classMovieHeaderAtomhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-BBCGFGJGclassMusicSampleDescriptionAtomhttps://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-25691classSoundInformationMediaHeaderAtomhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-25647classSoundSampleDescriptionAtomhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-BBCGGHJHclassSubtitleSampleDescriptionAtomhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-SW80classTextSampleDescriptionAtomhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-57428classTimecodeInformationMediaAtomhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-BBCBEAGJclassTimecodeSampleDescriptionAtomhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-57409classTimeToSampleAtomhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-BBCGFJIIclassTrackHeaderAtomExtracts rotation information only https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-SW34classVideoInformationMediaHeaderAtomhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-25638classVideoSampleDescriptionAtomhttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-BBCGICBJ -
Uses of Atom in com.drew.metadata.mov.atoms.canon
Subclasses of Atom in com.drew.metadata.mov.atoms.canon Modifier and Type Class Description classCanonThumbnailAtom -
Uses of Atom in com.drew.metadata.mov.media
Methods in com.drew.metadata.mov.media with parameters of type Atom Modifier and Type Method Description protected voidQuickTimeMusicHandler. processMediaInformation(SequentialReader reader, Atom atom)voidQuickTimeSoundHandler. processMediaInformation(SequentialReader reader, Atom atom)protected voidQuickTimeSubtitleHandler. processMediaInformation(SequentialReader reader, Atom atom)protected voidQuickTimeTextHandler. processMediaInformation(SequentialReader reader, Atom atom)voidQuickTimeTimecodeHandler. processMediaInformation(SequentialReader reader, Atom atom)voidQuickTimeVideoHandler. processMediaInformation(SequentialReader reader, Atom atom)protected voidQuickTimeMusicHandler. processSampleDescription(SequentialReader reader, Atom atom)voidQuickTimeSoundHandler. processSampleDescription(SequentialReader reader, Atom atom)protected voidQuickTimeSubtitleHandler. processSampleDescription(SequentialReader reader, Atom atom)protected voidQuickTimeTextHandler. processSampleDescription(SequentialReader reader, Atom atom)voidQuickTimeTimecodeHandler. processSampleDescription(SequentialReader reader, Atom atom)voidQuickTimeVideoHandler. processSampleDescription(SequentialReader reader, Atom atom)protected voidQuickTimeMusicHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)protected voidQuickTimeSoundHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)protected voidQuickTimeSubtitleHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)protected voidQuickTimeTextHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)protected voidQuickTimeTimecodeHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)voidQuickTimeVideoHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context) -
Uses of Atom in com.drew.metadata.mov.metadata
Methods in com.drew.metadata.mov.metadata with parameters of type Atom Modifier and Type Method Description protected QuickTimeHandler<?>QuickTimeDataHandler. processAtom(Atom atom, byte[] payload, QuickTimeContext context)protected QuickTimeHandler<?>QuickTimeDirectoryHandler. processAtom(Atom atom, byte[] payload, QuickTimeContext context)protected booleanQuickTimeDataHandler. shouldAcceptAtom(Atom atom)protected booleanQuickTimeDirectoryHandler. shouldAcceptAtom(Atom atom)protected booleanQuickTimeDataHandler. shouldAcceptContainer(Atom atom)protected booleanQuickTimeDirectoryHandler. shouldAcceptContainer(Atom atom)
-