#include <mp4stem.h>
Public Member Functions | |
| Stem () | |
| Stem (const ByteVector &data) | |
| ~Stem () | |
| Stem (const Stem &item) | |
| Stem & | operator= (const Stem &item) |
| void | swap (Stem &item) noexcept |
| ByteVector | data () const |
| The Stem data. | |
| bool | operator== (const Stem &other) const |
| bool | operator!= (const Stem &other) const |
| TagLib::MP4::Stem::Stem | ( | ) |
|
explicit |
| TagLib::MP4::Stem::~Stem | ( | ) |
| ByteVector TagLib::MP4::Stem::data | ( | ) | const |
The Stem data.
Returns true if the Stem and other have different data.
Copies the contents of item into this Stem.
Returns true if the Stem and other contain the same data.
Exchanges the content of the Stem with the content of item.