#include <metadata.h>
Inheritance diagram for FLAC::Metadata::CueSheet:
Public Methods | |
CueSheet () | |
CueSheet (::FLAC__StreamMetadata *object, bool copy) | |
~CueSheet () | |
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 | insert_index (unsigned track_num, unsigned index_num, const::FLAC__StreamMetadata_CueSheet_Index &index) |
See FLAC__metadata_object_cuesheet_track_insert_index(). | |
bool | delete_index (unsigned track_num, unsigned index_num) |
See FLAC__metadata_object_cuesheet_track_delete_index(). | |
bool | set_track (unsigned i, const Track &track) |
See FLAC__metadata_object_cuesheet_set_track(). | |
bool | insert_track (unsigned i, const Track &track) |
See FLAC__metadata_object_cuesheet_insert_track(). | |
bool | delete_track (unsigned i) |
See FLAC__metadata_object_cuesheet_delete_track(). | |
bool | is_legal (bool check_cd_da_subset=false, const char **violation=0) const |
See FLAC__metadata_object_cuesheet_is_legal(). | |
CueSheet (const CueSheet &object) | |
CueSheet (const::FLAC__StreamMetadata &object) | |
CueSheet (const::FLAC__StreamMetadata *object) | |
void | operator= (const CueSheet &object) |
void | operator= (const::FLAC__StreamMetadata &object) |
void | 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 |
|
Constructs a copy of the given object. This form always performs a deep copy. |
|
Constructs a copy of the given object. This form always performs a deep copy. |
|
Constructs a copy of the given object. This form always performs a deep copy. |
|
Constructs an object with copy control. See Prototype(::FLAC__StreamMetadata *object, bool copy). |
|
Assign from another object. Always performs a deep copy. |
|
Assign from another object. Always performs a deep copy. Reimplemented from FLAC::Metadata::Prototype. |
|
Assign from another object. Always performs a deep copy. Reimplemented from FLAC::Metadata::Prototype. |
|
Check for equality, performing a deep compare by following pointers. |
|
Check for equality, performing a deep compare by following pointers. Reimplemented from FLAC::Metadata::Prototype. |
|
Check for equality, performing a deep compare by following pointers. Reimplemented from FLAC::Metadata::Prototype. |
|
Check for inequality, performing a deep compare by following pointers. |
|
Check for inequality, performing a deep compare by following pointers. Reimplemented from FLAC::Metadata::Prototype. |
|
Check for inequality, performing a deep compare by following pointers. Reimplemented from FLAC::Metadata::Prototype. |