FLAC 1.4.2
Free Lossless Audio Codec
|
#include <metadata.h>
Public Member Functions | |
virtual | ~Prototype () |
bool | operator== (const Prototype &) const |
bool | operator== (const ::FLAC__StreamMetadata &) const |
bool | operator== (const ::FLAC__StreamMetadata *) const |
bool | operator!= (const Prototype &) const |
bool | operator!= (const ::FLAC__StreamMetadata &) const |
bool | operator!= (const ::FLAC__StreamMetadata *) 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 (const Prototype &) | |
Prototype (const ::FLAC__StreamMetadata &) | |
Prototype (const ::FLAC__StreamMetadata *) | |
Prototype (::FLAC__StreamMetadata *object, bool copy) | |
Prototype & | operator= (const Prototype &) |
Prototype & | operator= (const ::FLAC__StreamMetadata &) |
Prototype & | operator= (const ::FLAC__StreamMetadata *) |
Prototype & | assign_object (::FLAC__StreamMetadata *object, bool copy) |
virtual void | clear () |
Protected Attributes | |
::FLAC__StreamMetadata * | object_ |
Friends | |
class | SimpleIterator |
class | Iterator |
Base class for all metadata block types. See the overview for more.