| FLAC
    1.3.3
    | 
#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 | 
| 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 | 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 (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 | 
| 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_ | 
CUESHEET 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::CueSheet::resize_indices | ( | uint32_t | track_num, | 
| uint32_t | new_num_indices | ||
| ) | 
| bool FLAC::Metadata::CueSheet::insert_index | ( | uint32_t | track_num, | 
| uint32_t | index_num, | ||
| const ::FLAC__StreamMetadata_CueSheet_Index & | index | ||
| ) | 
| bool FLAC::Metadata::CueSheet::insert_blank_index | ( | uint32_t | track_num, | 
| uint32_t | index_num | ||
| ) | 
| bool FLAC::Metadata::CueSheet::delete_index | ( | uint32_t | track_num, | 
| uint32_t | index_num | ||
| ) | 
| bool FLAC::Metadata::CueSheet::resize_tracks | ( | uint32_t | new_num_tracks | ) | 
| bool FLAC::Metadata::CueSheet::set_track | ( | uint32_t | i, | 
| const Track & | track | ||
| ) | 
| bool FLAC::Metadata::CueSheet::insert_track | ( | uint32_t | i, | 
| const Track & | track | ||
| ) | 
| bool FLAC::Metadata::CueSheet::insert_blank_track | ( | uint32_t | i | ) | 
| bool FLAC::Metadata::CueSheet::delete_track | ( | uint32_t | 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 | 
| 
 | 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(), FLAC::Metadata::SeekTable::assign(), FLAC::Metadata::VorbisComment::assign(), 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.