Uses of Class
com.drew.imaging.quicktime.QuickTimeHandler
-
Packages that use QuickTimeHandler 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 -
-
Uses of QuickTimeHandler in com.drew.imaging.quicktime
Methods in com.drew.imaging.quicktime that return QuickTimeHandler Modifier and Type Method Description protected abstract QuickTimeHandler<?>QuickTimeHandler. processAtom(Atom atom, byte[] payload, QuickTimeContext context)protected QuickTimeHandler<?>QuickTimeHandler. processContainer(Atom atom, QuickTimeContext context)Methods in com.drew.imaging.quicktime with parameters of type QuickTimeHandler Modifier and Type Method Description static voidQuickTimeReader. extract(java.io.InputStream inputStream, QuickTimeHandler<?> handler)private static voidQuickTimeReader. processAtoms(StreamReader reader, long atomEnd, QuickTimeHandler<?> handler, QuickTimeContext context) -
Uses of QuickTimeHandler in com.drew.metadata.mov
Subclasses of QuickTimeHandler in com.drew.metadata.mov Modifier and Type Class Description classQuickTimeAtomHandlerclassQuickTimeMediaHandler<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-SW1classQuickTimeMetadataHandlerFields in com.drew.metadata.mov declared as QuickTimeHandler Modifier and Type Field Description private QuickTimeHandler<?>QuickTimeHandlerFactory. callerMethods in com.drew.metadata.mov that return QuickTimeHandler Modifier and Type Method Description QuickTimeHandler<?>QuickTimeHandlerFactory. getHandler(java.lang.String type, Metadata metadata, QuickTimeContext context)QuickTimeHandler<?>QuickTimeAtomHandler. processAtom(Atom atom, byte[] payload, QuickTimeContext context)protected QuickTimeHandler<?>QuickTimeMetadataHandler. processAtom(Atom atom, byte[] payload, QuickTimeContext context)Constructors in com.drew.metadata.mov with parameters of type QuickTimeHandler Constructor Description QuickTimeHandlerFactory(QuickTimeHandler<?> caller) -
Uses of QuickTimeHandler in com.drew.metadata.mov.media
Subclasses of QuickTimeHandler in com.drew.metadata.mov.media Modifier and Type Class Description classQuickTimeMusicHandlerclassQuickTimeSoundHandlerclassQuickTimeSubtitleHandlerclassQuickTimeTextHandlerclassQuickTimeTimecodeHandlerclassQuickTimeVideoHandler -
Uses of QuickTimeHandler in com.drew.metadata.mov.metadata
Subclasses of QuickTimeHandler in com.drew.metadata.mov.metadata Modifier and Type Class Description classQuickTimeDataHandlerclassQuickTimeDirectoryHandlerMethods in com.drew.metadata.mov.metadata that return QuickTimeHandler 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)
-