29 #ifndef TAGLIB_URLLINKFRAME_H 30 #define TAGLIB_URLLINKFRAME_H 64 virtual String url()
const;
69 virtual void setUrl(
const String &s);
73 void setText(
const String &s)
override;
74 String toString()
const override;
78 void parseFields(
const ByteVector &data)
override;
87 class UrlLinkFramePrivate;
89 std::unique_ptr<UrlLinkFramePrivate> d;
128 String toString()
const override;
152 String description()
const;
157 void setDescription(
const String &s);
176 void parseFields(
const ByteVector &data)
override;
185 class UserUrlLinkFramePrivate;
187 std::unique_ptr<UserUrlLinkFramePrivate> d;
A map for format-independent <key,values> tag representations.
Definition: tpropertymap.h:122
A wide string class suitable for unicode.
Definition: tstring.h:82
A byte vector.
Definition: tbytevector.h:45
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:67
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
ID3v2 URL frame.
Definition: urllinkframe.h:42
ID3v2 User defined URL frame.
Definition: urllinkframe.h:101
ID3v2 frame implementation.
Definition: id3v2frame.h:56
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
The main class in the ID3v2 implementation.
Definition: id3v2tag.h:133
Type
Definition: tstring.h:96
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
Definition: tstring.h:100