|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stanwood.media.store.mp4.atomicparsley.AbstractAPAtom
org.stanwood.media.store.mp4.atomicparsley.APAtomNumber
public class APAtomNumber
Used to store mp4 number atom data
Constructor Summary | |
---|---|
APAtomNumber(MP4AtomKey name,
long value)
The constructor |
Method Summary | |
---|---|
long |
getValue()
Used to get the value of the atom |
java.lang.String |
toString()
Print out the contents of the atom |
void |
writeAtom(java.io.File mp4File,
boolean extended,
java.util.List<java.lang.Object> args)
Used to get the arguments need to write a atom to the mp4 file |
Methods inherited from class org.stanwood.media.store.mp4.atomicparsley.AbstractAPAtom |
---|
cleanup, getDisplayName, getKey, getName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.stanwood.media.store.mp4.IAtom |
---|
getDisplayName, getKey, getName |
Constructor Detail |
---|
public APAtomNumber(MP4AtomKey name, long value)
name
- The name of the atomvalue
- The value of the atomMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public long getValue()
getValue
in interface IAtomNumber
public void writeAtom(java.io.File mp4File, boolean extended, java.util.List<java.lang.Object> args)
writeAtom
in class AbstractAPAtom
mp4File
- The mp4 fileextended
- Is this a newer version of the toolargs
- The argument list to add to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |