Lines Matching refs:CueSheet
725 class FLACPP_API CueSheet : public Prototype {
769 CueSheet();
775 inline CueSheet(const CueSheet &object): Prototype(object) { } in CueSheet() function
776 inline CueSheet(const ::FLAC__StreamMetadata &object): Prototype(object) { } in CueSheet() function
777 inline CueSheet(const ::FLAC__StreamMetadata *object): Prototype(object) { } in CueSheet() function
783 inline CueSheet(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } in CueSheet() function
785 ~CueSheet();
789 … inline CueSheet &operator=(const CueSheet &object) { Prototype::operator=(object); return *this; }
790 …inline CueSheet &operator=(const ::FLAC__StreamMetadata &object) { Prototype::operator=(object); r…
791 …inline CueSheet &operator=(const ::FLAC__StreamMetadata *object) { Prototype::operator=(object); r…
797 …inline CueSheet &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(obje… in assign()
801 inline bool operator==(const CueSheet &object) const { return Prototype::operator==(object); }
808 inline bool operator!=(const CueSheet &object) const { return Prototype::operator!=(object); }
1019 …FLACPP_API bool get_cuesheet(const char *filename, CueSheet *&cuesheet); ///< See FLAC__metadata_g…
1020 …FLACPP_API bool get_cuesheet(const char *filename, CueSheet &cuesheet); ///< See FLAC__metadata_ge…