Lines Matching refs:VorbisComment
558 class FLACPP_API VorbisComment : public Prototype {
642 VorbisComment();
648 inline VorbisComment(const VorbisComment &object): Prototype(object) { } in VorbisComment() function
649 inline VorbisComment(const ::FLAC__StreamMetadata &object): Prototype(object) { } in VorbisComment() function
650 inline VorbisComment(const ::FLAC__StreamMetadata *object): Prototype(object) { } in VorbisComment() function
656 inline VorbisComment(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } in VorbisComment() function
658 ~VorbisComment();
662 …inline VorbisComment &operator=(const VorbisComment &object) { Prototype::operator=(object); retur…
663 …inline VorbisComment &operator=(const ::FLAC__StreamMetadata &object) { Prototype::operator=(objec…
664 …inline VorbisComment &operator=(const ::FLAC__StreamMetadata *object) { Prototype::operator=(objec…
670 …inline VorbisComment &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object… in assign()
674 …inline bool operator==(const VorbisComment &object) const { return Prototype::operator==(object); }
681 …inline bool operator!=(const VorbisComment &object) const { return Prototype::operator!=(object); }
1016 …FLACPP_API bool get_tags(const char *filename, VorbisComment *&tags); ///< See FLAC__metadata_get_…
1017 …FLACPP_API bool get_tags(const char *filename, VorbisComment &tags); ///< See FLAC__metadata_get_t…