Uses of Class
org.stanwood.media.store.mp4.MP4Exception

Packages that use MP4Exception
org.stanwood.media.store.mp4   
org.stanwood.media.store.mp4.atomicparsley   
 

Uses of MP4Exception in org.stanwood.media.store.mp4
 

Methods in org.stanwood.media.store.mp4 that throw MP4Exception
protected static IAtom MP4ITunesStore.getArtworkAtom(IMP4Manager mp4Manager, java.io.File mp4File, IVideo video)
           
 void IMP4Manager.init(java.io.File nativeDir)
          Used to setup the manager
 java.util.List<IAtom> IMP4Manager.listAtoms(java.io.File mp4File)
          Used to get a list of atoms in the MP4 file.
 void IMP4Manager.update(java.io.File mp4File, java.util.List<IAtom> atoms)
          Used to add atoms to a MP4 file.
static void MP4ITunesStore.updateEpsiode(Controller controller, IMP4Manager mp4Manager, java.io.File mp4File, IEpisode episode)
          Used to add atoms to a MP4 file that makes iTunes see it as a TV Show episode
static void MP4ITunesStore.updateFilm(Controller controller, IMP4Manager mp4Manager, java.io.File mp4File, IFilm film, java.lang.Integer part)
          Used to add atoms to a MP4 file that makes iTunes see it as a Film.
 

Uses of MP4Exception in org.stanwood.media.store.mp4.atomicparsley
 

Methods in org.stanwood.media.store.mp4.atomicparsley that throw MP4Exception
 void AbstractAPAtom.cleanup()
          Called after processing the atom to clean up any used resources
 void APAtomArtwork.cleanup()
          Called after processing the atom to clean up any used resources
 void MP4AtomicParsleyManager.init(java.io.File nativeDir)
          This checks that the stores system commands can be found before the store is used.
 java.util.List<IAtom> AtomicParsleyOutputParser.listAtoms()
          Used to list the atoms parsed from the output
 java.util.List<IAtom> MP4AtomicParsleyManager.listAtoms(java.io.File mp4File)
          Used to get a list of atoms in the MP4 file.
protected  int AtomicParsleyOutputParser.parseIntAttribute(org.w3c.dom.Element node, java.lang.String name, java.lang.String attributeName)
           
protected  long AtomicParsleyOutputParser.parseLongAttribute(org.w3c.dom.Element node, java.lang.String name, java.lang.String attributeName)
           
 void MP4AtomicParsleyManager.update(java.io.File mp4File, java.util.List<IAtom> atoms)
          Used to add atoms to a MP4 file.
abstract  void AbstractAPAtom.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
 void APAtomArtwork.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
 

Constructors in org.stanwood.media.store.mp4.atomicparsley that throw MP4Exception
AtomicParsleyOutputParser(java.lang.String output)
          The constructor