Package com.drew.metadata.mov.atoms
Class TimecodeSampleDescriptionAtom
- java.lang.Object
-
- com.drew.metadata.mov.atoms.Atom
-
- com.drew.metadata.mov.atoms.FullAtom
-
- com.drew.metadata.mov.atoms.SampleDescriptionAtom<TimecodeSampleDescriptionAtom.TimecodeSampleDescription>
-
- com.drew.metadata.mov.atoms.TimecodeSampleDescriptionAtom
-
public class TimecodeSampleDescriptionAtom extends SampleDescriptionAtom<TimecodeSampleDescriptionAtom.TimecodeSampleDescription>
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-57409
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classTimecodeSampleDescriptionAtom.TimecodeSampleDescription
-
Field Summary
-
Fields inherited from class com.drew.metadata.mov.atoms.SampleDescriptionAtom
numberOfEntries, sampleDescriptions
-
-
Constructor Summary
Constructors Constructor Description TimecodeSampleDescriptionAtom(SequentialReader reader, Atom atom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMetadata(QuickTimeTimecodeDirectory directory)(package private) TimecodeSampleDescriptionAtom.TimecodeSampleDescriptiongetSampleDescription(SequentialReader reader)
-
-
-
Constructor Detail
-
TimecodeSampleDescriptionAtom
public TimecodeSampleDescriptionAtom(SequentialReader reader, Atom atom) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
getSampleDescription
TimecodeSampleDescriptionAtom.TimecodeSampleDescription getSampleDescription(SequentialReader reader) throws java.io.IOException
- Specified by:
getSampleDescriptionin classSampleDescriptionAtom<TimecodeSampleDescriptionAtom.TimecodeSampleDescription>- Throws:
java.io.IOException
-
addMetadata
public void addMetadata(QuickTimeTimecodeDirectory directory)
-
-