![]() |
|
#include <podcastframe.h>
Public Member Functions | |
PodcastFrame () | |
virtual | ~PodcastFrame () |
virtual String | toString () const |
Protected Member Functions | |
virtual void | parseFields (const ByteVector &data) |
virtual ByteVector | renderFields () const |
Friends | |
class | FrameFactory |
Construct a podcast frame.
virtual TagLib::ID3v2::PodcastFrame::~PodcastFrame | ( | ) | [virtual] |
Destroys this PodcastFrame instance.
virtual void TagLib::ID3v2::PodcastFrame::parseFields | ( | const ByteVector & | data | ) | [protected, virtual] |
Called by parse() to parse the field data. It makes this information available through the public API. This must be overridden by the subclasses.
Implements TagLib::ID3v2::Frame.
virtual ByteVector TagLib::ID3v2::PodcastFrame::renderFields | ( | ) | const [protected, virtual] |
Render the field data back to a binary format in a ByteVector. This must be overridden by subclasses.
Implements TagLib::ID3v2::Frame.
virtual String TagLib::ID3v2::PodcastFrame::toString | ( | ) | const [virtual] |
Returns a null string.
Implements TagLib::ID3v2::Frame.
friend class FrameFactory [friend] |
Reimplemented from TagLib::ID3v2::Frame.