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