FLAC
1.3.0
|
#include <metadata.h>
Public Member Functions | |
SeekTable (::FLAC__StreamMetadata *object, bool copy) | |
SeekTable & | assign (::FLAC__StreamMetadata *object, bool copy) |
unsigned | get_num_points () const |
::FLAC__StreamMetadata_SeekPoint | get_point (unsigned index) const |
bool | resize_points (unsigned new_num_points) |
void | set_point (unsigned index, const ::FLAC__StreamMetadata_SeekPoint &point) |
bool | insert_point (unsigned index, const ::FLAC__StreamMetadata_SeekPoint &point) |
bool | delete_point (unsigned index) |
bool | is_legal () const |
bool | template_append_placeholders (unsigned num) |
bool | template_append_point (FLAC__uint64 sample_number) |
bool | template_append_points (FLAC__uint64 sample_numbers[], unsigned num) |
bool | template_append_spaced_points (unsigned num, FLAC__uint64 total_samples) |
bool | template_append_spaced_points_by_samples (unsigned samples, FLAC__uint64 total_samples) |
bool | template_sort (bool compact) |
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 | |
SeekTable (const SeekTable &object) | |
SeekTable (const ::FLAC__StreamMetadata &object) | |
SeekTable (const ::FLAC__StreamMetadata *object) | |
SeekTable & | operator= (const SeekTable &object) |
SeekTable & | operator= (const ::FLAC__StreamMetadata &object) |
SeekTable & | operator= (const ::FLAC__StreamMetadata *object) |
bool | operator== (const SeekTable &object) const |
bool | operator== (const ::FLAC__StreamMetadata &object) const |
bool | operator== (const ::FLAC__StreamMetadata *object) const |
bool | operator!= (const SeekTable &object) const |
bool | operator!= (const ::FLAC__StreamMetadata &object) const |
bool | operator!= (const ::FLAC__StreamMetadata *object) const |
bool | operator== (const Prototype &) const |
bool | operator!= (const Prototype &) const |
Protected Member Functions | |
Prototype & | assign_object (::FLAC__StreamMetadata *object, bool copy) |
virtual void | clear () |
Protected Attributes | |
::FLAC__StreamMetadata * | object_ |
SEEKTABLE metadata block. See the overview for more, and the format specification.
|
inline |
Constructs a copy of the given object. This form always performs a deep copy.
|
inline |
Constructs a copy of the given object. This form always performs a deep copy.
|
inline |
Constructs a copy of the given object. This form always performs a deep copy.
|
inline |
Constructs an object with copy control. See Prototype(::FLAC__StreamMetadata *object, bool copy).
Assign from another object. Always performs a deep copy.
References FLAC::Metadata::Prototype::operator=().
|
inline |
Assign from another object. Always performs a deep copy.
References FLAC::Metadata::Prototype::operator=().
|
inline |
Assign from another object. Always performs a deep copy.
References FLAC::Metadata::Prototype::operator=().
|
inline |
Assigns an object with copy control. See Prototype::assign_object(::FLAC__StreamMetadata *object, bool copy).
References FLAC::Metadata::Prototype::assign_object().
|
inline |
Check for equality, performing a deep compare by following pointers.
References FLAC::Metadata::Prototype::operator==().
|
inline |
Check for equality, performing a deep compare by following pointers.
References FLAC::Metadata::Prototype::operator==().
|
inline |
Check for equality, performing a deep compare by following pointers.
References FLAC::Metadata::Prototype::operator==().
|
inline |
Check for inequality, performing a deep compare by following pointers.
References FLAC::Metadata::Prototype::operator!=().
|
inline |
Check for inequality, performing a deep compare by following pointers.
References FLAC::Metadata::Prototype::operator!=().
|
inline |
Check for inequality, performing a deep compare by following pointers.
References FLAC::Metadata::Prototype::operator!=().
bool FLAC::Metadata::SeekTable::resize_points | ( | unsigned | new_num_points | ) |
void FLAC::Metadata::SeekTable::set_point | ( | unsigned | index, |
const ::FLAC__StreamMetadata_SeekPoint & | point | ||
) |
bool FLAC::Metadata::SeekTable::insert_point | ( | unsigned | index, |
const ::FLAC__StreamMetadata_SeekPoint & | point | ||
) |
bool FLAC::Metadata::SeekTable::delete_point | ( | unsigned | index | ) |
bool FLAC::Metadata::SeekTable::is_legal | ( | ) | const |
bool FLAC::Metadata::SeekTable::template_append_placeholders | ( | unsigned | num | ) |
bool FLAC::Metadata::SeekTable::template_append_point | ( | FLAC__uint64 | sample_number | ) |
bool FLAC::Metadata::SeekTable::template_append_points | ( | FLAC__uint64 | sample_numbers[], |
unsigned | num | ||
) |
bool FLAC::Metadata::SeekTable::template_append_spaced_points | ( | unsigned | num, |
FLAC__uint64 | total_samples | ||
) |
bool FLAC::Metadata::SeekTable::template_append_spaced_points_by_samples | ( | unsigned | samples, |
FLAC__uint64 | total_samples | ||
) |
bool FLAC::Metadata::SeekTable::template_sort | ( | bool | compact | ) |
|
protectedinherited |
Assigns an object with copy control. See Prototype(::FLAC__StreamMetadata *object, bool copy).
Referenced by FLAC::Metadata::StreamInfo::assign(), FLAC::Metadata::Padding::assign(), FLAC::Metadata::Application::assign(), assign(), FLAC::Metadata::VorbisComment::assign(), FLAC::Metadata::CueSheet::assign(), FLAC::Metadata::Picture::assign(), and FLAC::Metadata::Unknown::assign().
|
protectedvirtualinherited |
Deletes the underlying FLAC__StreamMetadata object.
|
inherited |
Returns true
if this block is the last block in a stream, else false
.
|
inherited |
Returns the type of the block.
|
inherited |
Returns the stream length of the metadata block.
|
inherited |
Sets the "is_last" flag for the block. When using the iterators it is not necessary to set this flag; they will do it for you.