Package com.drew.metadata.mov.atoms
Class VideoInformationMediaHeaderAtom
- java.lang.Object
-
- com.drew.metadata.mov.atoms.Atom
-
- com.drew.metadata.mov.atoms.FullAtom
-
- com.drew.metadata.mov.atoms.VideoInformationMediaHeaderAtom
-
public class VideoInformationMediaHeaderAtom extends FullAtom
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-25638
-
-
Constructor Summary
Constructors Constructor Description VideoInformationMediaHeaderAtom(SequentialReader reader, Atom atom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMetadata(QuickTimeVideoDirectory directory)
-
-
-
Constructor Detail
-
VideoInformationMediaHeaderAtom
public VideoInformationMediaHeaderAtom(SequentialReader reader, Atom atom) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
addMetadata
public void addMetadata(QuickTimeVideoDirectory directory)
-
-