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