FLAC
1.3.2
|
#include <metadata.h>
Classes | |
class | Entry |
Public Member Functions | |
VorbisComment (const VorbisComment &object) | |
VorbisComment (const ::FLAC__StreamMetadata &object) | |
VorbisComment (const ::FLAC__StreamMetadata *object) | |
VorbisComment (::FLAC__StreamMetadata *object, bool copy) | |
VorbisComment & | operator= (const VorbisComment &object) |
VorbisComment & | operator= (const ::FLAC__StreamMetadata &object) |
VorbisComment & | operator= (const ::FLAC__StreamMetadata *object) |
VorbisComment & | assign (::FLAC__StreamMetadata *object, bool copy) |
bool | operator== (const VorbisComment &object) const |
bool | operator== (const ::FLAC__StreamMetadata &object) const |
bool | operator== (const ::FLAC__StreamMetadata *object) const |
bool | operator!= (const VorbisComment &object) const |
bool | operator!= (const ::FLAC__StreamMetadata &object) const |
bool | operator!= (const ::FLAC__StreamMetadata *object) const |
unsigned | get_num_comments () const |
const FLAC__byte * | get_vendor_string () const |
Entry | get_comment (unsigned index) const |
bool | set_vendor_string (const FLAC__byte *string) |
bool | resize_comments (unsigned new_num_comments) |
bool | set_comment (unsigned index, const Entry &entry) |
bool | insert_comment (unsigned index, const Entry &entry) |
bool | append_comment (const Entry &entry) |
bool | replace_comment (const Entry &entry, bool all) |
bool | delete_comment (unsigned index) |
int | find_entry_from (unsigned offset, const char *field_name) |
int | remove_entry_matching (const char *field_name) |
int | remove_entries_matching (const char *field_name) |
bool | operator== (const Prototype &) const |
bool | operator!= (const Prototype &) const |
bool | is_valid () const |
bool | get_is_last () const |
::FLAC__MetadataType | get_type () const |
unsigned | get_length () const |
void | set_is_last (bool) |
operator const ::FLAC__StreamMetadata * () const | |
Protected Member Functions | |
Prototype & | assign_object (::FLAC__StreamMetadata *object, bool copy) |
virtual void | clear () |
Protected Attributes | |
::FLAC__StreamMetadata * | object_ |
VORBIS_COMMENT metadata block. See the overview for more, and the format specification.