X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMltConsumer.h;h=fa43e108c7262a6d7f5380c9c6fa9ae212616942;hb=9a03261fe44f2c036367b31177da50ebc47cca90;hp=0bd2ea1e966e805df044b5f12f376fe7085167b7;hpb=01116637238e74419971afc26311c7a65b7b43aa;p=melted diff --git a/mlt++/src/MltConsumer.h b/mlt++/src/MltConsumer.h index 0bd2ea1..fa43e10 100644 --- a/mlt++/src/MltConsumer.h +++ b/mlt++/src/MltConsumer.h @@ -41,10 +41,11 @@ namespace Mlt virtual ~Consumer( ); virtual mlt_consumer get_consumer( ); mlt_service get_service( ); - int connect( Service &service ); + virtual int connect( Service &service ); int start( ); + void purge( ); int stop( ); - int is_stopped( ); + bool is_stopped( ); }; }