X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMltConsumer.h;h=04948e8e3cdfaf8c6d2e7db64db007f3b335e4e5;hb=f4963a6aa07644399b273b5d2b1f9299c9047414;hp=17eda600a42899f09811d17048698214c926588e;hpb=4b4a655a5a304f49319b038d9a4eca494d6ce523;p=melted diff --git a/mlt++/src/MltConsumer.h b/mlt++/src/MltConsumer.h index 17eda60..04948e8 100644 --- a/mlt++/src/MltConsumer.h +++ b/mlt++/src/MltConsumer.h @@ -21,6 +21,8 @@ #ifndef _MLTPP_CONSUMER_H_ #define _MLTPP_CONSUMER_H_ +#include "config.h" + #include #include "MltService.h" @@ -28,14 +30,16 @@ namespace Mlt { class Service; + class Profile; - class Consumer : public Service + class MLTPP_DECLSPEC Consumer : public Service { private: mlt_consumer instance; public: Consumer( ); - Consumer( char *id , char *service = NULL ); + Consumer( Profile& profile ); + Consumer( Profile& profile, const char *id , const char *service = NULL ); Consumer( Service &consumer ); Consumer( Consumer &consumer ); Consumer( mlt_consumer consumer );