• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/

Lines Matching defs:Picture

801 		class FLACPP_API Picture : public Prototype {
803 Picture();
809 inline Picture(const Picture &object): Prototype(object) { }
810 inline Picture(const ::FLAC__StreamMetadata &object): Prototype(object) { }
811 inline Picture(const ::FLAC__StreamMetadata *object): Prototype(object) { }
817 inline Picture(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { }
819 ~Picture();
823 inline Picture &operator=(const Picture &object) { Prototype::operator=(object); return *this; }
824 inline Picture &operator=(const ::FLAC__StreamMetadata &object) { Prototype::operator=(object); return *this; }
825 inline Picture &operator=(const ::FLAC__StreamMetadata *object) { Prototype::operator=(object); return *this; }
831 inline Picture &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(object, copy); return *this; }
835 inline bool operator==(const Picture &object) const { return Prototype::operator==(object); }
842 inline bool operator!=(const Picture &object) const { return Prototype::operator!=(object); }
956 FLACPP_API bool get_picture(const char *filename, Picture *&picture, ::FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors); ///< See FLAC__metadata_get_picture().
957 FLACPP_API bool get_picture(const char *filename, Picture &picture, ::FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors); ///< See FLAC__metadata_get_picture().