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