#include <metadata.h>
Classes | |
class | Track |
Public Member Functions | |
CueSheet (::FLAC__StreamMetadata *object, bool copy) | |
CueSheet & | assign (::FLAC__StreamMetadata *object, bool copy) |
const char * | get_media_catalog_number () const |
FLAC__uint64 | get_lead_in () const |
bool | get_is_cd () const |
unsigned | get_num_tracks () const |
Track | get_track (unsigned i) const |
void | set_media_catalog_number (const char value[128]) |
void | set_lead_in (FLAC__uint64 value) |
void | set_is_cd (bool value) |
void | set_index (unsigned track_num, unsigned index_num, const ::FLAC__StreamMetadata_CueSheet_Index &index) |
bool | resize_indices (unsigned track_num, unsigned new_num_indices) |
bool | insert_index (unsigned track_num, unsigned index_num, const ::FLAC__StreamMetadata_CueSheet_Index &index) |
bool | insert_blank_index (unsigned track_num, unsigned index_num) |
bool | delete_index (unsigned track_num, unsigned index_num) |
bool | resize_tracks (unsigned new_num_tracks) |
bool | set_track (unsigned i, const Track &track) |
bool | insert_track (unsigned i, const Track &track) |
bool | insert_blank_track (unsigned i) |
bool | delete_track (unsigned i) |
bool | is_legal (bool check_cd_da_subset=false, const char **violation=0) const |
FLAC__uint32 | calculate_cddb_id () 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 | |
CueSheet (const CueSheet &object) | |
CueSheet (const ::FLAC__StreamMetadata &object) | |
CueSheet (const ::FLAC__StreamMetadata *object) | |
CueSheet & | operator= (const CueSheet &object) |
CueSheet & | operator= (const ::FLAC__StreamMetadata &object) |
CueSheet & | operator= (const ::FLAC__StreamMetadata *object) |
bool | operator== (const CueSheet &object) const |
bool | operator== (const ::FLAC__StreamMetadata &object) const |
bool | operator== (const ::FLAC__StreamMetadata *object) const |
bool | operator!= (const CueSheet &object) const |
bool | operator!= (const ::FLAC__StreamMetadata &object) const |
bool | operator!= (const ::FLAC__StreamMetadata *object) const |
Protected Member Functions | |
Prototype & | assign_object (::FLAC__StreamMetadata *object, bool copy) |
virtual void | clear () |
Protected Attributes | |
::FLAC__StreamMetadata * | object_ |
Friends | |
class | SimpleIterator |
class | Iterator |
CUESHEET metadata block. See the overview for more, and the format specification.
FLAC::Metadata::CueSheet::CueSheet | ( | const CueSheet & | object | ) | [inline] |
Constructs a copy of the given object. This form always performs a deep copy.
FLAC::Metadata::CueSheet::CueSheet | ( | const ::FLAC__StreamMetadata & | object | ) | [inline] |
Constructs a copy of the given object. This form always performs a deep copy.
FLAC::Metadata::CueSheet::CueSheet | ( | const ::FLAC__StreamMetadata * | object | ) | [inline] |
Constructs a copy of the given object. This form always performs a deep copy.
FLAC::Metadata::CueSheet::CueSheet | ( | ::FLAC__StreamMetadata * | object, | |
bool | copy | |||
) | [inline] |
Constructs an object with copy control. See Prototype(::FLAC__StreamMetadata *object, bool copy).
Assign from another object. Always performs a deep copy.
Reimplemented from FLAC::Metadata::Prototype.
References FLAC::Metadata::Prototype::operator=().
CueSheet& FLAC::Metadata::CueSheet::operator= | ( | const ::FLAC__StreamMetadata & | object | ) | [inline] |
Constructs a copy of the given object. This form always performs a deep copy.
Reimplemented from FLAC::Metadata::Prototype.
References FLAC::Metadata::Prototype::operator=().
CueSheet& FLAC::Metadata::CueSheet::operator= | ( | const ::FLAC__StreamMetadata * | object | ) | [inline] |
Constructs a copy of the given object. This form always performs a deep copy.
Reimplemented from FLAC::Metadata::Prototype.
References FLAC::Metadata::Prototype::operator=().
CueSheet& FLAC::Metadata::CueSheet::assign | ( | ::FLAC__StreamMetadata * | object, | |
bool | copy | |||
) | [inline] |
Assigns an object with copy control. See Prototype::assign_object(::FLAC__StreamMetadata *object, bool copy).
References FLAC::Metadata::Prototype::assign_object().
bool FLAC::Metadata::CueSheet::operator== | ( | const CueSheet & | object | ) | const [inline] |
Check for equality, performing a deep compare by following pointers.
Reimplemented from FLAC::Metadata::Prototype.
References FLAC::Metadata::Prototype::operator==().
bool FLAC::Metadata::CueSheet::operator== | ( | const ::FLAC__StreamMetadata & | object | ) | const [inline] |
Constructs a copy of the given object. This form always performs a deep copy.
Reimplemented from FLAC::Metadata::Prototype.
References FLAC::Metadata::Prototype::operator==().
bool FLAC::Metadata::CueSheet::operator== | ( | const ::FLAC__StreamMetadata * | object | ) | const [inline] |
Constructs a copy of the given object. This form always performs a deep copy.
Reimplemented from FLAC::Metadata::Prototype.
References FLAC::Metadata::Prototype::operator==().
bool FLAC::Metadata::CueSheet::operator!= | ( | const CueSheet & | object | ) | const [inline] |
Check for inequality, performing a deep compare by following pointers.
Reimplemented from FLAC::Metadata::Prototype.
References FLAC::Metadata::Prototype::operator!=().
bool FLAC::Metadata::CueSheet::operator!= | ( | const ::FLAC__StreamMetadata & | object | ) | const [inline] |
Constructs a copy of the given object. This form always performs a deep copy.
Reimplemented from FLAC::Metadata::Prototype.
References FLAC::Metadata::Prototype::operator!=().
bool FLAC::Metadata::CueSheet::operator!= | ( | const ::FLAC__StreamMetadata * | object | ) | const [inline] |
Constructs a copy of the given object. This form always performs a deep copy.
Reimplemented from FLAC::Metadata::Prototype.
References FLAC::Metadata::Prototype::operator!=().
bool FLAC::Metadata::CueSheet::resize_indices | ( | unsigned | track_num, | |
unsigned | new_num_indices | |||
) |
bool FLAC::Metadata::CueSheet::insert_index | ( | unsigned | track_num, | |
unsigned | index_num, | |||
const ::FLAC__StreamMetadata_CueSheet_Index & | index | |||
) |
bool FLAC::Metadata::CueSheet::insert_blank_index | ( | unsigned | track_num, | |
unsigned | index_num | |||
) |
bool FLAC::Metadata::CueSheet::delete_index | ( | unsigned | track_num, | |
unsigned | index_num | |||
) |
bool FLAC::Metadata::CueSheet::resize_tracks | ( | unsigned | new_num_tracks | ) |
bool FLAC::Metadata::CueSheet::set_track | ( | unsigned | i, | |
const Track & | track | |||
) |
bool FLAC::Metadata::CueSheet::insert_track | ( | unsigned | i, | |
const Track & | track | |||
) |
bool FLAC::Metadata::CueSheet::insert_blank_track | ( | unsigned | i | ) |
bool FLAC::Metadata::CueSheet::delete_track | ( | unsigned | i | ) |
bool FLAC::Metadata::CueSheet::is_legal | ( | bool | check_cd_da_subset = false , |
|
const char ** | violation = 0 | |||
) | const |
FLAC__uint32 FLAC::Metadata::CueSheet::calculate_cddb_id | ( | ) | const |
Prototype& FLAC::Metadata::Prototype::assign_object | ( | ::FLAC__StreamMetadata * | object, | |
bool | copy | |||
) | [protected, inherited] |
Assigns an object with copy control. See Prototype(::FLAC__StreamMetadata *object, bool copy).
Referenced by FLAC::Metadata::Unknown::assign(), FLAC::Metadata::Picture::assign(), assign(), FLAC::Metadata::VorbisComment::assign(), FLAC::Metadata::SeekTable::assign(), FLAC::Metadata::Application::assign(), FLAC::Metadata::Padding::assign(), and FLAC::Metadata::StreamInfo::assign().
virtual void FLAC::Metadata::Prototype::clear | ( | ) | [protected, virtual, inherited] |
Deletes the underlying FLAC__StreamMetadata object.
bool FLAC::Metadata::Prototype::get_is_last | ( | ) | const [inherited] |
::FLAC__MetadataType FLAC::Metadata::Prototype::get_type | ( | ) | const [inherited] |
unsigned FLAC::Metadata::Prototype::get_length | ( | ) | const [inherited] |
Returns the stream length of the metadata block.
is_valid()
void FLAC::Metadata::Prototype::set_is_last | ( | bool | ) | [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.
is_valid()