• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/

Lines Matching refs:FLACPP_API

108 		class FLACPP_API Prototype {
263 FLACPP_API Prototype *clone(const Prototype *);
270 class FLACPP_API StreamInfo : public Prototype {
344 class FLACPP_API Padding : public Prototype {
397 class FLACPP_API Application : public Prototype {
456 class FLACPP_API SeekTable : public Prototype {
522 class FLACPP_API VorbisComment : public Prototype {
553 class FLACPP_API Entry {
674 class FLACPP_API CueSheet : public Prototype {
682 class FLACPP_API Track {
801 class FLACPP_API Picture : public Prototype {
880 class FLACPP_API Unknown : public Prototype {
948 FLACPP_API bool get_streaminfo(const char *filename, StreamInfo &streaminfo); ///< See FLAC__metadata_get_streaminfo().
950 FLACPP_API bool get_tags(const char *filename, VorbisComment *&tags); ///< See FLAC__metadata_get_tags().
951 FLACPP_API bool get_tags(const char *filename, VorbisComment &tags); ///< See FLAC__metadata_get_tags().
953 FLACPP_API bool get_cuesheet(const char *filename, CueSheet *&cuesheet); ///< See FLAC__metadata_get_cuesheet().
954 FLACPP_API bool get_cuesheet(const char *filename, CueSheet &cuesheet); ///< See FLAC__metadata_get_cuesheet().
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().
996 class FLACPP_API SimpleIterator {
1000 class FLACPP_API Status {
1082 class FLACPP_API Chain {
1086 class FLACPP_API Status {
1126 class FLACPP_API Iterator {