• 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 refs:FLAC__byte

326 			const FLAC__byte *get_md5sum() const;
336 void set_md5sum(const FLAC__byte value[16]);
443 const FLAC__byte *get_id() const;
444 const FLAC__byte *get_data() const;
446 void set_id(const FLAC__byte value[4]);
448 bool set_data(const FLAC__byte *data, unsigned length);
449 bool set_data(FLAC__byte *data, unsigned length, bool copy);
651 const FLAC__byte *get_vendor_string() const; // NUL-terminated UTF-8 string
655 bool set_vendor_string(const FLAC__byte *string); // NUL-terminated UTF-8 string
697 inline FLAC__byte get_number() const { return object_->number; }
702 inline FLAC__byte get_num_indices() const { return object_->num_indices; }
708 inline void set_number(FLAC__byte value) { object_->number = value; }
849 const FLAC__byte *get_description() const; // NUL-terminated UTF-8 string
855 const FLAC__byte *get_data() const;
863 bool set_description(const FLAC__byte *string); // NUL-terminated UTF-8 string
871 bool set_data(const FLAC__byte *data, FLAC__uint32 data_length);
926 const FLAC__byte *get_data() const;
929 bool set_data(const FLAC__byte *data, unsigned length);
930 bool set_data(FLAC__byte *data, unsigned length, bool copy);
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().
1026 bool get_application_id(FLAC__byte *id); ///< See FLAC__metadata_simple_iterator_get_application_id().