Package com.drew.metadata.mov.media
Class QuickTimeVideoHandler
java.lang.Object
com.drew.imaging.quicktime.QuickTimeHandler<T>
com.drew.metadata.mov.QuickTimeMediaHandler<QuickTimeVideoDirectory>
com.drew.metadata.mov.media.QuickTimeVideoHandler
- Author:
- Payton Garland
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessMediaInformation(SequentialReader reader, Atom atom) voidprocessSampleDescription(SequentialReader reader, Atom atom) voidprocessTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context) Methods inherited from class com.drew.metadata.mov.QuickTimeMediaHandler
processAtom, shouldAcceptAtom, shouldAcceptContainerMethods inherited from class com.drew.imaging.quicktime.QuickTimeHandler
addError
-
Constructor Details
-
QuickTimeVideoHandler
-
-
Method Details
-
processSampleDescription
- Throws:
IOException
-
processMediaInformation
- Throws:
IOException
-
processTimeToSample
public void processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context) throws IOException - Throws:
IOException
-