Searched refs:FLACPP_API (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Dexport.h59 #define FLACPP_API macro
64 #define FLACPP_API _declspec(dllexport) macro
66 #define FLACPP_API _declspec(dllimport) macro
H A Dmetadata.h108 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 Trac
[all...]
H A Ddecoder.h99 class FLACPP_API Stream {
103 class FLACPP_API State {
222 class FLACPP_API File: public Stream {
H A Dencoder.h101 class FLACPP_API Stream {
105 class FLACPP_API State {
232 class FLACPP_API File: public Stream {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dmetadata.cpp85 FLACPP_API Prototype *clone(const Prototype *object)
1178 FLACPP_API bool get_streaminfo(const char *filename, StreamInfo &streaminfo)
1192 FLACPP_API bool get_tags(const char *filename, VorbisComment *&tags)
1208 FLACPP_API bool get_tags(const char *filename, VorbisComment &tags)
1222 FLACPP_API bool get_cuesheet(const char *filename, CueSheet *&cuesheet)
1238 FLACPP_API bool get_cuesheet(const char *filename, CueSheet &cuesheet)
1252 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)
1268 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)

Completed in 106 milliseconds