Searched refs:FLACPP_API (Results 1 – 6 of 6) sorted by relevance
77 #define FLACPP_API macro80 #define FLACPP_API __declspec(dllexport) macro82 #define FLACPP_API __declspec(dllimport) macro86 #define FLACPP_API __attribute__ ((visibility ("default"))) macro88 #define FLACPP_API macro
109 class FLACPP_API Prototype {272 FLACPP_API Prototype *clone(const Prototype *);279 class FLACPP_API StreamInfo : public Prototype {353 class FLACPP_API Padding : public Prototype {412 class FLACPP_API Application : public Prototype {471 class FLACPP_API SeekTable : public Prototype {558 class FLACPP_API VorbisComment : public Prototype {589 class FLACPP_API Entry {725 class FLACPP_API CueSheet : public Prototype {733 class FLACPP_API Track {[all …]
100 class FLACPP_API Stream {104 class FLACPP_API State {223 class FLACPP_API File: public Stream {
102 class FLACPP_API Stream {106 class FLACPP_API State {235 class FLACPP_API File: public Stream {
93 FLACPP_API Prototype *clone(const Prototype *object) in clone()1334 FLACPP_API bool get_streaminfo(const char *filename, StreamInfo &streaminfo) in get_streaminfo()1348 FLACPP_API bool get_tags(const char *filename, VorbisComment *&tags) in get_tags()1364 FLACPP_API bool get_tags(const char *filename, VorbisComment &tags) in get_tags()1378 FLACPP_API bool get_cuesheet(const char *filename, CueSheet *&cuesheet) in get_cuesheet()1394 FLACPP_API bool get_cuesheet(const char *filename, CueSheet &cuesheet) in get_cuesheet()1408 …FLACPP_API bool get_picture(const char *filename, Picture *&picture, ::FLAC__StreamMetadata_Pictur… in get_picture()1424 …FLACPP_API bool get_picture(const char *filename, Picture &picture, ::FLAC__StreamMetadata_Picture… in get_picture()
1517 FLACPP_API