26#ifndef TAGLIB_MP4STEM_H
27#define TAGLIB_MP4STEM_H
74 std::shared_ptr<StemPrivate> d;
A byte vector.
Definition tbytevector.h:46
A generic, implicitly shared list.
Definition tlist.h:54
STEM.
Definition mp4stem.h:35
ByteVector data
Definition mp4stem.h:37
Stem(const ByteVector &data)
void swap(Stem &item) noexcept
bool operator==(const Stem &other) const
Stem & operator=(const Stem &item)
bool operator!=(const Stem &other) const
ByteVector data() const
The Stem data.
An implementation of MP4 (AAC, ALAC, ...) metadata.
Definition mp4atom.h:35
#define TAGLIB_EXPORT
Definition taglib_export.h:40
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition taglib_export.h:55