Interface | Description |
---|---|
IAtom |
Implementing classes are used to store and retrieve information about mp4 iso atom boxes
|
IAtomNumber |
Should be implemented by atoms of type number
|
IAtomString |
Should be implemented by atoms of type string
|
IMP4Manager |
This interface should be implemented by classes that manager mp4 files
|
Class | Description |
---|---|
Messages |
Message bundle class
|
MP4ITunesStore |
This store is used to store Film/TV show information in .mp4/.m4v files used
by iTunes.
|
MP4ITunesStoreInfo |
Extension information about the store
MP4ITunesStore |
MP4ManagersWrapper |
Enum | Description |
---|---|
MP4ArtworkType |
The types of artwork that can be stored in a MP4 file
|
MP4AtomKey |
A Enum used to represent each of the atom keys
|
MP4AtomKeyType |
Enum used to represent MP4 atom types
|
StikValue |
Used to represent the values of the atom
|
Exception | Description |
---|---|
MP4Exception |
This exception is throw if their is problems relating to MP4 files
|