#include <mp4stem.h>
◆ Stem() [1/3]
| TagLib::MP4::Stem::Stem |
( |
| ) |
|
◆ Stem() [2/3]
| TagLib::MP4::Stem::Stem |
( |
const ByteVector & |
data | ) |
|
|
explicit |
◆ ~Stem()
| TagLib::MP4::Stem::~Stem |
( |
| ) |
|
◆ Stem() [3/3]
| TagLib::MP4::Stem::Stem |
( |
const Stem & |
item | ) |
|
◆ data()
◆ operator!=()
| bool TagLib::MP4::Stem::operator!= |
( |
const Stem & |
other | ) |
const |
Returns true if the Stem and other have different data.
◆ operator=()
| Stem& TagLib::MP4::Stem::operator= |
( |
const Stem & |
item | ) |
|
Copies the contents of item into this Stem.
◆ operator==()
| bool TagLib::MP4::Stem::operator== |
( |
const Stem & |
other | ) |
const |
Returns true if the Stem and other contain the same data.
◆ swap()
| void TagLib::MP4::Stem::swap |
( |
Stem & |
item | ) |
|
|
noexcept |
Exchanges the content of the Stem with the content of item.
The documentation for this class was generated from the following file: