|
||||||||||
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.APAtomArtwork
public class APAtomArtwork
Used to store mp4 artwork atom data
Constructor Summary | |
---|---|
APAtomArtwork(MP4AtomKey name,
MP4ArtworkType type,
int size,
byte[] data)
The constructor |
Method Summary | |
---|---|
void |
cleanup()
Called after processing the atom to clean up any used resources |
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 |
---|
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 APAtomArtwork(MP4AtomKey name, MP4ArtworkType type, int size, byte[] data)
name
- The name of the atomtype
- The type of the artworksize
- the size of the artworkdata
- the artwork dataMethod Detail |
---|
public void writeAtom(java.io.File mp4File, boolean extended, java.util.List<java.lang.Object> args) throws MP4Exception
writeAtom
in class AbstractAPAtom
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
cleanup
in class AbstractAPAtom
MP4Exception
- Thrown if their is a problempublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |