MP4 item.
More...
#include <mp4item.h>
◆ Type
The data type stored in the item.
| Enumerator |
|---|
| Void | |
| Bool | |
| Int | |
| IntPair | |
| Byte | |
| UInt | |
| LongLong | |
| StringList | |
| ByteVectorList | |
| CoverArtList | |
◆ Item() [1/11]
| TagLib::MP4::Item::Item |
( |
| ) |
|
◆ Item() [2/11]
◆ ~Item()
| TagLib::MP4::Item::~Item |
( |
| ) |
|
◆ Item() [3/11]
| TagLib::MP4::Item::Item |
( |
int |
value | ) |
|
◆ Item() [4/11]
◆ Item() [5/11]
◆ Item() [6/11]
| TagLib::MP4::Item::Item |
( |
long long |
value | ) |
|
◆ Item() [7/11]
| TagLib::MP4::Item::Item |
( |
bool |
value | ) |
|
◆ Item() [8/11]
| TagLib::MP4::Item::Item |
( |
int |
value1, |
|
|
int |
value2 |
|
) |
| |
◆ Item() [9/11]
◆ Item() [10/11]
◆ Item() [11/11]
◆ atomDataType()
◆ isValid()
| bool TagLib::MP4::Item::isValid |
( |
| ) |
const |
◆ operator!=()
Returns true if the Item and other differ in type or value.
◆ operator=()
Copies the contents of item into this Item.
◆ operator==()
Returns true if the Item and other are of the same type and contain the same value.
◆ setAtomDataType()
◆ swap()
| void TagLib::MP4::Item::swap |
( |
Item & |
item | ) |
|
|
noexcept |
Exchanges the content of the Item with the content of item.
◆ toBool()
| bool TagLib::MP4::Item::toBool |
( |
| ) |
const |
◆ toByte()
◆ toByteVectorList()
◆ toCoverArtList()
◆ toInt()
| int TagLib::MP4::Item::toInt |
( |
| ) |
const |
◆ toIntPair()
| IntPair TagLib::MP4::Item::toIntPair |
( |
| ) |
const |
◆ toLongLong()
| long long TagLib::MP4::Item::toLongLong |
( |
| ) |
const |
◆ toStringList()
| StringList TagLib::MP4::Item::toStringList |
( |
| ) |
const |
◆ toUInt()
◆ type()
| Type TagLib::MP4::Item::type |
( |
| ) |
const |
The documentation for this class was generated from the following file: