![]() |
|
#include <mp4item.h>
Classes | |
struct | IntPair |
Public Member Functions | |
Item () | |
Item (const Item &item) | |
Item & | operator= (const Item &item) |
~Item () | |
Item (int value) | |
Item (bool value) | |
Item (int first, int second) | |
Item (const StringList &value) | |
Item (const CoverArtList &value) | |
int | toInt () const |
bool | toBool () const |
IntPair | toIntPair () const |
StringList | toStringList () const |
CoverArtList | toCoverArtList () const |
bool | isValid () const |
TagLib::MP4::Item::Item | ( | ) |
TagLib::MP4::Item::Item | ( | const Item & | item | ) |
TagLib::MP4::Item::~Item | ( | ) |
TagLib::MP4::Item::Item | ( | int | value | ) |
TagLib::MP4::Item::Item | ( | bool | value | ) |
TagLib::MP4::Item::Item | ( | int | first, | |
int | second | |||
) |
TagLib::MP4::Item::Item | ( | const StringList & | value | ) |
TagLib::MP4::Item::Item | ( | const CoverArtList & | value | ) |
bool TagLib::MP4::Item::isValid | ( | ) | const |
bool TagLib::MP4::Item::toBool | ( | ) | const |
CoverArtList TagLib::MP4::Item::toCoverArtList | ( | ) | const |
int TagLib::MP4::Item::toInt | ( | ) | const |
IntPair TagLib::MP4::Item::toIntPair | ( | ) | const |
StringList TagLib::MP4::Item::toStringList | ( | ) | const |