|
||||||||||
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
public abstract class AbstractAPAtom
Base class for atoms
Constructor Summary | |
---|---|
AbstractAPAtom(MP4AtomKey key)
The constructor |
Method Summary | |
---|---|
void |
cleanup()
Called after processing the atom to clean up any used resources |
java.lang.String |
getDisplayName()
Gets the display name |
MP4AtomKey |
getKey()
Used to get the atom key |
java.lang.String |
getName()
Used to get the name of the atom |
abstract 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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractAPAtom(MP4AtomKey key)
key
- The key of the atomMethod Detail |
---|
public java.lang.String getDisplayName()
getDisplayName
in interface IAtom
public java.lang.String getName()
getName
in interface IAtom
public MP4AtomKey getKey()
getKey
in interface IAtom
public abstract void writeAtom(java.io.File mp4File, boolean extended, java.util.List<java.lang.Object> args) throws MP4Exception
mp4File
- The mp4 fileextended
- Is this a newer version of the toolargs
- The argument list to add to
MP4Exception
- Thrown if their are any problemspublic void cleanup() throws MP4Exception
MP4Exception
- Thrown if their is a problem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |