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

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

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

Methods in org.stanwood.media.store.mp4 that return MP4AtomKey
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.
 

Methods in org.stanwood.media.store.mp4 with parameters of type MP4AtomKey
 IAtom IMP4Manager.createAtom(MP4AtomKey name, boolean value)
          Used to create a atom
 IAtom IMP4Manager.createAtom(MP4AtomKey name, int value)
          Used to create a number atom
 IAtom IMP4Manager.createAtom(MP4AtomKey name, MP4ArtworkType type, int size, byte[] data)
          Used to create a artwork atom
 IAtom IMP4Manager.createAtom(MP4AtomKey name, short number, short total)
          Used to create a range atom
 IAtom IMP4Manager.createAtom(MP4AtomKey name, java.lang.String value)
          Used to create a atom
 

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

Methods in org.stanwood.media.store.mp4.atomicparsley that return MP4AtomKey
 MP4AtomKey AbstractAPAtom.getKey()
          Used to get the atom key
 

Methods in org.stanwood.media.store.mp4.atomicparsley with parameters of type MP4AtomKey
 IAtom MP4AtomicParsleyManager.createAtom(MP4AtomKey name, boolean value)
          Used to create a atom
 IAtom MP4AtomicParsleyManager.createAtom(MP4AtomKey name, int value)
          Used to create a number atom
 IAtom MP4AtomicParsleyManager.createAtom(MP4AtomKey name, MP4ArtworkType type, int size, byte[] data)
          Used to create a artwork atom
 IAtom MP4AtomicParsleyManager.createAtom(MP4AtomKey name, short number, short total)
          Used to create a range atom
 IAtom MP4AtomicParsleyManager.createAtom(MP4AtomKey name, java.lang.String value)
          Used to create a atom
 

Constructors in org.stanwood.media.store.mp4.atomicparsley with parameters of type MP4AtomKey
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