![]() |
|
#include <mp4item.h>
Classes | |
struct | IntPair |
Public Member Functions | |
Item () | |
Item (const Item &item) | |
Item & | operator= (const Item &item) |
~Item () | |
Item (int value) | |
Item (uchar value) | |
Item (uint value) | |
Item (long long value) | |
Item (bool value) | |
Item (int first, int second) | |
Item (const StringList &value) | |
Item (const ByteVectorList &value) | |
Item (const CoverArtList &value) | |
void | setAtomDataType (AtomDataType type) |
AtomDataType | atomDataType () const |
int | toInt () const |
uchar | toByte () const |
uint | toUInt () const |
long long | toLongLong () const |
bool | toBool () const |
IntPair | toIntPair () const |
StringList | toStringList () const |
ByteVectorList | toByteVectorList () const |
CoverArtList | toCoverArtList () const |
bool | isValid () const |
TagLib::MP4::Item::Item | ( | const Item & | item | ) |
TagLib::MP4::Item::Item | ( | int | value | ) |
TagLib::MP4::Item::Item | ( | uchar | value | ) |
TagLib::MP4::Item::Item | ( | uint | value | ) |
TagLib::MP4::Item::Item | ( | long long | 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 ByteVectorList & | value | ) |
TagLib::MP4::Item::Item | ( | const CoverArtList & | value | ) |
AtomDataType TagLib::MP4::Item::atomDataType | ( | ) | const |
bool TagLib::MP4::Item::isValid | ( | ) | const |
void TagLib::MP4::Item::setAtomDataType | ( | AtomDataType | type | ) |
bool TagLib::MP4::Item::toBool | ( | ) | const |
uchar TagLib::MP4::Item::toByte | ( | ) | const |
int TagLib::MP4::Item::toInt | ( | ) | const |
IntPair TagLib::MP4::Item::toIntPair | ( | ) | const |
long long TagLib::MP4::Item::toLongLong | ( | ) | const |
StringList TagLib::MP4::Item::toStringList | ( | ) | const |
uint TagLib::MP4::Item::toUInt | ( | ) | const |