kwave
18.07.70
|
#include <FlacEncoder.h>
Public Member Functions | |
VorbisCommentContainer () | |
virtual | ~VorbisCommentContainer () |
void | add (const QString &tag, const QString &value) |
FLAC__StreamMetadata * | data () |
Private Attributes | |
FLAC__StreamMetadata * | m_vc |
Definition at line 109 of file FlacEncoder.h.
Kwave::FlacEncoder::VorbisCommentContainer::VorbisCommentContainer | ( | ) |
Constructor
Definition at line 96 of file FlacEncoder.cpp.
References m_vc.
|
virtual |
Destructor
Definition at line 104 of file FlacEncoder.cpp.
References m_vc.
void Kwave::FlacEncoder::VorbisCommentContainer::add | ( | const QString & | tag, |
const QString & | value | ||
) |
add a new comment
tag | name of the vorbis tag, as string |
value | the value of the tag, as string |
Definition at line 112 of file FlacEncoder.cpp.
Referenced by Kwave::FlacEncoder::encodeMetaData().
FLAC__StreamMetadata * Kwave::FlacEncoder::VorbisCommentContainer::data | ( | ) |
Returns a pointer to the FLAC metadata
Definition at line 139 of file FlacEncoder.cpp.
References m_vc.
Referenced by Kwave::FlacEncoder::encodeMetaData().
|
private |
list of metadata objects
Definition at line 131 of file FlacEncoder.h.
Referenced by add(), data(), VorbisCommentContainer(), and ~VorbisCommentContainer().