Package | Description |
---|---|
org.stanwood.media.store.mp4 | |
org.stanwood.media.store.mp4.atomicparsley | |
org.stanwood.media.store.mp4.jaudiotagger |
Modifier and Type | Method and Description |
---|---|
void |
IMP4Manager.init(java.io.File nativeDir)
Used to setup the manager
|
void |
MP4ManagersWrapper.init(java.io.File nativeDir) |
java.util.List<IAtom> |
IMP4Manager.listAtoms(java.io.File mp4File)
Used to get a list of atoms in the MP4 file.
|
java.util.List<IAtom> |
MP4ManagersWrapper.listAtoms(java.io.File mp4File) |
void |
IMP4Manager.updateEpsiode(Controller controller,
java.io.File mp4File,
IEpisode episode)
Used to add atoms to a MP4 file that makes iTunes see it as a TV Show episode
|
void |
MP4ManagersWrapper.updateEpsiode(Controller controller,
java.io.File mp4File,
IEpisode episode) |
void |
IMP4Manager.updateFilm(Controller controller,
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.
|
void |
MP4ManagersWrapper.updateFilm(Controller controller,
java.io.File mp4File,
IFilm film,
java.lang.Integer part) |
Modifier and Type | Method and Description |
---|---|
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
|
protected IAtom |
MP4AtomicParsleyManager.getArtworkAtom(java.io.File mp4File,
IVideo video) |
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.updateEpsiode(Controller controller,
java.io.File mp4File,
IEpisode episode)
Used to add atoms to a MP4 file that makes iTunes see it as a TV Show episode
|
void |
MP4AtomicParsleyManager.updateFilm(Controller controller,
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.
|
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
|
Constructor and Description |
---|
AtomicParsleyOutputParser(java.lang.String output)
The constructor
|
Modifier and Type | Method and Description |
---|---|
protected IAtom |
MP4JAudioTaggerManager.getArtworkAtom(java.io.File mp4File,
IVideo video) |
void |
MP4JAudioTaggerManager.init(java.io.File nativeDir)
Used to setup the manager
|
java.util.List<IAtom> |
MP4JAudioTaggerManager.listAtoms(java.io.File mp4File)
Used to get a list of atoms in the MP4 file.
|
void |
MP4JAudioTaggerManager.update(java.io.File mp4File,
java.util.List<IAtom> atoms) |
void |
MP4JAudioTaggerManager.updateEpsiode(Controller controller,
java.io.File mp4File,
IEpisode episode)
Used to add atoms to a MP4 file that makes iTunes see it as a TV Show episode
|
void |
MP4JAudioTaggerManager.updateFilm(Controller controller,
java.io.File mp4File,
IFilm film,
java.lang.Integer part) |