X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_tractor.h;h=b9e606ffc26e2db88f800cc9da38ce6b35602a96;hb=5f8f3adaf7cc01a161092ea272f50279a7ad971a;hp=d8cff554c6d9fbe25c9c89a81921b10cbeb2b651;hpb=be092fb725a3ef83741bb72460e11aac95989e3c;p=melted diff --git a/src/framework/mlt_tractor.h b/src/framework/mlt_tractor.h index d8cff55..b9e606f 100644 --- a/src/framework/mlt_tractor.h +++ b/src/framework/mlt_tractor.h @@ -31,6 +31,9 @@ extern mlt_properties mlt_tractor_properties( mlt_tractor self ); extern mlt_field mlt_tractor_field( mlt_tractor self ); extern mlt_multitrack mlt_tractor_multitrack( mlt_tractor self ); extern int mlt_tractor_connect( mlt_tractor self, mlt_service service ); +extern void mlt_tractor_refresh( mlt_tractor self ); +extern int mlt_tractor_set_track( mlt_tractor self, mlt_producer producer, int index ); +extern mlt_producer mlt_tractor_get_track( mlt_tractor self, int index ); extern void mlt_tractor_close( mlt_tractor self ); #endif