Uses of Class
com.drew.metadata.mov.QuickTimeContext
Packages that use QuickTimeContext
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 QuickTimeContext in com.drew.metadata.mov
Methods in com.drew.metadata.mov with parameters of type QuickTimeContextModifier and TypeMethodDescriptionQuickTimeHandlerFactory.getHandler(String type, Metadata metadata, QuickTimeContext context) QuickTimeAtomHandler.processAtom(Atom atom, byte[] payload, QuickTimeContext context) QuickTimeMediaHandler.processAtom(Atom atom, byte[] payload, QuickTimeContext context) Constructors in com.drew.metadata.mov with parameters of type QuickTimeContext -
Uses of QuickTimeContext in com.drew.metadata.mov.atoms
Methods in com.drew.metadata.mov.atoms with parameters of type QuickTimeContextModifier and TypeMethodDescriptionvoidTimeToSampleAtom.addMetadata(QuickTimeVideoDirectory directory, QuickTimeContext context) Constructors in com.drew.metadata.mov.atoms with parameters of type QuickTimeContextModifierConstructorDescriptionMediaHeaderAtom(SequentialReader reader, Atom atom, QuickTimeContext context) -
Uses of QuickTimeContext in com.drew.metadata.mov.media
Methods in com.drew.metadata.mov.media with parameters of type QuickTimeContextModifier and TypeMethodDescriptionvoidQuickTimeVideoHandler.processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context) Constructors in com.drew.metadata.mov.media with parameters of type QuickTimeContextModifierConstructorDescriptionQuickTimeMusicHandler(Metadata metadata, QuickTimeContext context) QuickTimeSoundHandler(Metadata metadata, QuickTimeContext context) QuickTimeSubtitleHandler(Metadata metadata, QuickTimeContext context) QuickTimeTextHandler(Metadata metadata, QuickTimeContext context) QuickTimeTimecodeHandler(Metadata metadata, QuickTimeContext context) QuickTimeVideoHandler(Metadata metadata, QuickTimeContext context)