Lines Matching refs:StreamInfo
279 class FLACPP_API StreamInfo : public Prototype {
281 StreamInfo();
287 inline StreamInfo(const StreamInfo &object): Prototype(object) { } in StreamInfo() function
288 inline StreamInfo(const ::FLAC__StreamMetadata &object): Prototype(object) { } in StreamInfo() function
289 inline StreamInfo(const ::FLAC__StreamMetadata *object): Prototype(object) { } in StreamInfo() function
295 inline StreamInfo(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } in StreamInfo() function
297 ~StreamInfo();
301 …inline StreamInfo &operator=(const StreamInfo &object) { Prototype::operator=(object); return *thi…
302 …inline StreamInfo &operator=(const ::FLAC__StreamMetadata &object) { Prototype::operator=(object);…
303 …inline StreamInfo &operator=(const ::FLAC__StreamMetadata *object) { Prototype::operator=(object);…
309 …inline StreamInfo &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(ob… in assign()
313 inline bool operator==(const StreamInfo &object) const { return Prototype::operator==(object); }
320 inline bool operator!=(const StreamInfo &object) const { return Prototype::operator!=(object); }
1014 …FLACPP_API bool get_streaminfo(const char *filename, StreamInfo &streaminfo); ///< See FLAC__metad…