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