#include <metaiomp4.h>

Definition at line 14 of file metaiomp4.h.
Public Member Functions | |
| MetaIOMP4 (void) | |
| virtual | ~MetaIOMP4 (void) |
| bool | write (Metadata *mdata, bool exclusive=false) |
| Writes metadata back to a file. | |
| Metadata * | read (QString filename) |
| Reads Metadata from a file. | |
Private Member Functions | |
| int | getTrackLength (QString filename) |
| Find the length of the track (in seconds). | |
| int | getAACTrack (mp4ff_t *infile) |
| void | metadataSanityCheck (QString *artist, QString *album, QString *title, QString *genre) |
Private Attributes | |
| mp4ff_callback_t * | mp4_cb |
| MetaIOMP4::MetaIOMP4 | ( | void | ) |
Definition at line 18 of file metaiomp4.cpp.
| MetaIOMP4::~MetaIOMP4 | ( | void | ) | [virtual] |
Definition at line 23 of file metaiomp4.cpp.
Writes metadata back to a file.
| mdata | A pointer to a Metadata object | |
| exclusive | Flag to indicate if only the data in mdata should be in the file. If false, any unrecognised tags already in the file will be maintained. |
Implements MetaIO.
Definition at line 69 of file metaiomp4.cpp.
| Metadata * MetaIOMP4::read | ( | QString | filename | ) | [virtual] |
Reads Metadata from a file.
| filename | The filename to read metadata from. |
Implements MetaIO.
Definition at line 187 of file metaiomp4.cpp.
| int MetaIOMP4::getTrackLength | ( | QString | filename | ) | [private, virtual] |
Find the length of the track (in seconds).
| filename | The filename for which we want to find the length. |
Implements MetaIO.
Definition at line 371 of file metaiomp4.cpp.
| int MetaIOMP4::getAACTrack | ( | mp4ff_t * | infile | ) | [private] |
| void MetaIOMP4::metadataSanityCheck | ( | QString * | artist, | |
| QString * | album, | |||
| QString * | title, | |||
| QString * | genre | |||
| ) | [private] |
mp4ff_callback_t* MetaIOMP4::mp4_cb [private] |
1.5.5