|
TagLib 1.11.1 (generalencapsulatedobjectframe.h Source File) |
|
|
|
Go to the documentation of this file.
29 #ifndef TAGLIB_GENERALENCAPSULATEDOBJECT_H
30 #define TAGLIB_GENERALENCAPSULATEDOBJECT_H
173 class GeneralEncapsulatedObjectFramePrivate;
174 GeneralEncapsulatedObjectFramePrivate *d;
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
String::Type textEncoding() const
virtual String toString() const
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:66
Type
Definition: tstring.h:97
An ID3v2 general encapsulated object frame implementation.
Definition: generalencapsulatedobjectframe.h:52
GeneralEncapsulatedObjectFrame(const ByteVector &data)
GeneralEncapsulatedObjectFrame()
String description() const
A byte vector.
Definition: tbytevector.h:46
virtual void parseFields(const ByteVector &data)
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
ID3v2 frame implementation.
Definition: id3v2frame.h:55
void setTextEncoding(String::Type encoding)
void setMimeType(const String &type)
virtual ByteVector renderFields() const
ByteVector object() const
void setDescription(const String &desc)
virtual ~GeneralEncapsulatedObjectFrame()
void setObject(const ByteVector &object)
void setFileName(const String &name)
A wide string class suitable for unicode.
Definition: tstring.h:85