Package | Description |
---|---|
org.stanwood.media.cli.manager | |
org.stanwood.media.store.mp4 | |
org.stanwood.media.store.mp4.atomicparsley | |
org.stanwood.media.store.mp4.jaudiotagger |
Modifier and Type | Method and Description |
---|---|
protected IAtom |
CLIFixSeenDB.hasAtom(java.util.List<IAtom> atoms,
java.lang.String atomName) |
Modifier and Type | Method and Description |
---|---|
protected IAtom |
CLIFixSeenDB.hasAtom(java.util.List<IAtom> atoms,
java.lang.String atomName) |
Modifier and Type | Interface and Description |
---|---|
interface |
IAtomNumber
Should be implemented by atoms of type number
|
interface |
IAtomString
Should be implemented by atoms of type string
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAPAtom
Base class for atoms
|
class |
APAtomArtwork
Used to store mp4 artwork atom data
|
class |
APAtomArtworkSummary
The artwork summary atom.
|
class |
APAtomBoolean
Used to represent a atomic parsley boolean atom
|
class |
APAtomNumber
Used to store mp4 number atom data
|
class |
APAtomRange
Used to store mp4 range atom data
|
class |
APAtomString
Used to store mp4 string atom data
|
Modifier and Type | Method and Description |
---|---|
protected IAtom |
MP4AtomicParsleyManager.getArtworkAtom(java.io.File mp4File,
IVideo video) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MP4AtomicParsleyManager.genericAtoms(IMediaFileInfo info,
java.util.List<IAtom> atoms,
java.lang.String flavour) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJATAtom
Base class for JAudioTagger based atoms
|
class |
JATArtworkAtom
Artwork atom
|
class |
JATAtomNumber
Used to store mp4 number atom data
|
class |
JATAtomRange
Used to store mp4 range atom data
|
class |
JATStringAtom
Used to store mp4 atom information.
|
Modifier and Type | Method and Description |
---|---|
IAtom |
MP4JAudioTaggerManager.createArtworkAtomFromFile(MP4AtomKey key,
java.io.File artworkFile) |
IAtom |
MP4JAudioTaggerManager.createAtom(MP4AtomKey name,
boolean value) |
IAtom |
MP4JAudioTaggerManager.createAtom(MP4AtomKey name,
int value) |
IAtom |
MP4JAudioTaggerManager.createAtom(MP4AtomKey name,
MP4ArtworkType type,
int size,
byte[] data) |
IAtom |
MP4JAudioTaggerManager.createAtom(MP4AtomKey name,
short number,
short total) |
IAtom |
MP4JAudioTaggerManager.createAtom(MP4AtomKey name,
java.lang.String value) |
protected IAtom |
MP4JAudioTaggerManager.getArtworkAtom(java.io.File mp4File,
IVideo video) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IAtom> |
MP4JAudioTaggerManager.listAtoms(java.io.File mp4File)
Used to get a list of atoms in the MP4 file.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MP4JAudioTaggerManager.supportedAtom(IAtom atom) |
Modifier and Type | Method and Description |
---|---|
protected void |
MP4JAudioTaggerManager.genericAtoms(IMediaFileInfo info,
java.util.List<IAtom> atoms,
java.lang.String flavour) |
void |
MP4JAudioTaggerManager.update(java.io.File mp4File,
java.util.List<IAtom> atoms) |