public class APAtomBoolean extends AbstractAPAtom implements IAtom
Constructor and Description |
---|
APAtomBoolean(MP4AtomKey name,
boolean value)
The constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
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
|
cleanup, getDisplayName, getKey, getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDisplayName, getKey, getName
public APAtomBoolean(MP4AtomKey name, boolean value)
name
- The name of the atomvalue
- The value of the atompublic java.lang.String toString()
toString
in class java.lang.Object
public boolean getValue()
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