FLAC
1.4.3
Free Lossless Audio Codec
|
#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 |
uint32_t | get_num_comments () const |
const FLAC__byte * | get_vendor_string () const |
Entry | get_comment (uint32_t index) const |
bool | set_vendor_string (const FLAC__byte *string) |
bool | resize_comments (uint32_t new_num_comments) |
bool | set_comment (uint32_t index, const Entry &entry) |
bool | insert_comment (uint32_t index, const Entry &entry) |
bool | append_comment (const Entry &entry) |
bool | replace_comment (const Entry &entry, bool all) |
bool | delete_comment (uint32_t index) |
int | find_entry_from (uint32_t 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 |
uint32_t | 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.