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 MP4ArtworkType |
MP4ArtworkType.getForValue(int value)
Used to get a type from the value stored in a atom
|
static MP4ArtworkType |
MP4ArtworkType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MP4ArtworkType[] |
MP4ArtworkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
APAtomArtwork(MP4AtomKey name,
MP4ArtworkType type,
int size,
byte[] data)
The constructor
|
Modifier and Type | Method and Description |
---|---|
IAtom |
MP4JAudioTaggerManager.createAtom(MP4AtomKey name,
MP4ArtworkType type,
int size,
byte[] data) |