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 |
---|---|
static MP4AtomKey |
MP4AtomKey.fromKey(java.lang.String key)
Used to get the key enum value from the text id of the atom
|
static MP4AtomKey |
MP4AtomKey.fromRDNS(java.lang.String name,
java.lang.String domain)
Used to get the key enum value from of the atom from it's reverse DNS name and domain
|
MP4AtomKey |
IAtom.getKey()
Used to get the atom key
|
static MP4AtomKey |
MP4AtomKey.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MP4AtomKey[] |
MP4AtomKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MP4AtomKey |
AbstractAPAtom.getKey()
Used to get the atom key
|
Constructor and Description |
---|
AbstractAPAtom(MP4AtomKey key)
The constructor
|
APAtomArtwork(MP4AtomKey name,
MP4ArtworkType type,
int size,
byte[] data)
The constructor
|
APAtomArtworkSummary(MP4AtomKey name,
int count)
The artwork summary constructor
|
APAtomBoolean(MP4AtomKey name,
boolean value)
The constructor
|
APAtomNumber(MP4AtomKey name,
long value)
The constructor
|
APAtomRange(MP4AtomKey name,
short number,
short total)
The constructor
|
APAtomString(MP4AtomKey name,
java.lang.String value)
The constructor
|
Modifier and Type | Method and Description |
---|---|
MP4AtomKey |
AbstractJATAtom.getKey()
Used to get the atom key
|
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) |
Constructor and Description |
---|
AbstractJATAtom(MP4AtomKey key)
The constructor
|
JATArtworkAtom(MP4AtomKey key,
Artwork artwork)
The constructor
|
JATAtomNumber(MP4AtomKey name,
long value)
The constructor
|
JATAtomRange(MP4AtomKey name,
short number,
short total)
The constructor
|
JATStringAtom(MP4AtomKey key,
java.lang.String value)
Used to create a instance of the atom and set the name and value
|