org.stanwood.media.store.mp4
Interface IAtom

All Known Subinterfaces:
IAtomNumber, IAtomString
All Known Implementing Classes:
AbstractAPAtom, APAtomArtwork, APAtomArtworkSummary, APAtomBoolean, APAtomNumber, APAtomRange, APAtomString

public interface IAtom

Implementing classes are used to store and retrieve information about mp4 iso atom boxes


Method Summary
 java.lang.String getDisplayName()
          Gets the display name
 MP4AtomKey getKey()
          Used to get the atom key
 java.lang.String getName()
          Used to get the name of the atom
 

Method Detail

getName

java.lang.String getName()
Used to get the name of the atom

Returns:
The name of the atom

getDisplayName

java.lang.String getDisplayName()
Gets the display name

Returns:
the display name

getKey

MP4AtomKey getKey()
Used to get the atom key

Returns:
The atom key