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