26#ifndef TAGLIB_PODCASTFRAME_H
27#define TAGLIB_PODCASTFRAME_H
77 class PodcastFramePrivate;
79 std::unique_ptr<PodcastFramePrivate> d;
A byte vector.
Definition: tbytevector.h:46
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:68
ID3v2 frame implementation.
Definition: id3v2frame.h:57
ID3v2 podcast frame.
Definition: podcastframe.h:41
PodcastFrame & operator=(const PodcastFrame &)=delete
String toString() const override
ByteVector renderFields() const override
PodcastFrame(const PodcastFrame &)=delete
void parseFields(const ByteVector &data) override
PropertyMap asProperties() const override
A map for format-independent <key,values> tag representations.
Definition: tpropertymap.h:123
A wide string class suitable for unicode.
Definition: tstring.h:83
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55