Lines Matching refs:FLACPP_API
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 {
864 class FLACPP_API Picture : public Prototype {
946 class FLACPP_API Unknown : public Prototype {
1014 …FLACPP_API bool get_streaminfo(const char *filename, StreamInfo &streaminfo); ///< See FLAC__metad…
1016 …FLACPP_API bool get_tags(const char *filename, VorbisComment *&tags); ///< See FLAC__metadata_get_…
1017 …FLACPP_API bool get_tags(const char *filename, VorbisComment &tags); ///< See FLAC__metadata_get_t…
1019 …FLACPP_API bool get_cuesheet(const char *filename, CueSheet *&cuesheet); ///< See FLAC__metadata_g…
1020 …FLACPP_API bool get_cuesheet(const char *filename, CueSheet &cuesheet); ///< See FLAC__metadata_ge…
1022 …FLACPP_API bool get_picture(const char *filename, Picture *&picture, ::FLAC__StreamMetadata_Pictur…
1023 …FLACPP_API bool get_picture(const char *filename, Picture &picture, ::FLAC__StreamMetadata_Picture…
1062 class FLACPP_API SimpleIterator {
1066 class FLACPP_API Status {
1152 class FLACPP_API Chain {
1156 class FLACPP_API Status {
1200 class FLACPP_API Iterator {