X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_consumer.h;h=5dce836ea82b446a36055d21e89c043b3acaffb1;hb=6159bd78fa8e72c784747776a2c4c63d9c461ff5;hp=6c4164b41d9f301380501a948f2ca1f650ffe330;hpb=978543a20e47302b82bc29007852bff8180031c2;p=melted diff --git a/src/framework/mlt_consumer.h b/src/framework/mlt_consumer.h index 6c4164b..5dce836 100644 --- a/src/framework/mlt_consumer.h +++ b/src/framework/mlt_consumer.h @@ -50,6 +50,7 @@ extern mlt_service mlt_consumer_service( mlt_consumer this ); extern mlt_properties mlt_consumer_properties( mlt_consumer this ); extern int mlt_consumer_connect( mlt_consumer this, mlt_service producer ); extern int mlt_consumer_start( mlt_consumer this ); +extern mlt_frame mlt_consumer_get_frame( mlt_consumer this ); extern int mlt_consumer_stop( mlt_consumer this ); extern int mlt_consumer_is_stopped( mlt_consumer this ); extern void mlt_consumer_close( mlt_consumer );