|
| CueSheet (const CueSheet &object) |
|
| CueSheet (const ::FLAC__StreamMetadata &object) |
|
| CueSheet (const ::FLAC__StreamMetadata *object) |
|
| CueSheet (::FLAC__StreamMetadata *object, bool copy) |
|
CueSheet & | operator= (const CueSheet &object) |
|
CueSheet & | operator= (const ::FLAC__StreamMetadata &object) |
|
CueSheet & | operator= (const ::FLAC__StreamMetadata *object) |
|
CueSheet & | assign (::FLAC__StreamMetadata *object, bool copy) |
|
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 |
|
const char * | get_media_catalog_number () const |
|
FLAC__uint64 | get_lead_in () const |
|
bool | get_is_cd () const |
|
uint32_t | get_num_tracks () const |
|
Track | get_track (uint32_t 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 (uint32_t track_num, uint32_t index_num, const ::FLAC__StreamMetadata_CueSheet_Index &index) |
|
bool | resize_indices (uint32_t track_num, uint32_t new_num_indices) |
|
bool | insert_index (uint32_t track_num, uint32_t index_num, const ::FLAC__StreamMetadata_CueSheet_Index &index) |
|
bool | insert_blank_index (uint32_t track_num, uint32_t index_num) |
|
bool | delete_index (uint32_t track_num, uint32_t index_num) |
|
bool | resize_tracks (uint32_t new_num_tracks) |
|
bool | set_track (uint32_t i, const Track &track) |
|
bool | insert_track (uint32_t i, const Track &track) |
|
bool | insert_blank_track (uint32_t i) |
|
bool | delete_track (uint32_t i) |
|
bool | is_legal (bool check_cd_da_subset=false, const char **violation=0) const |
|
FLAC__uint32 | calculate_cddb_id () const |
|
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 |
|
CUESHEET metadata block. See the overview for more, and the format specification.