X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMltService.h;fp=mlt%2B%2B%2Fsrc%2FMltService.h;h=2079614d46cc5fc3cebf7cd074c66d1b0777cedd;hb=2085323abc65a3325b4e9f1a9733dcf126756862;hp=aa2c0e278e1ef0e3dce6cc75b549ef276e452e06;hpb=9d109a9d7b686b816aa70f1befc55801bffe261f;p=melted diff --git a/mlt++/src/MltService.h b/mlt++/src/MltService.h index aa2c0e2..2079614 100644 --- a/mlt++/src/MltService.h +++ b/mlt++/src/MltService.h @@ -33,6 +33,7 @@ namespace Mlt class Properties; class Filter; class Frame; + class Profile; class MLTPP_DECLSPEC Service : public Properties { @@ -50,6 +51,7 @@ namespace Mlt int connect_producer( Service &producer, int index = 0 ); Service *consumer( ); Service *producer( ); + Profile *profile( ); Frame *get_frame( int index = 0 ); mlt_service_type type( ); int attach( Filter &filter );