X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fframework%2Fmlt_producer.h;h=8e226f2bdd98dd13b08864b245aef95d424fb131;hb=74890bee371a67eb4ce974a74c0c5a7e18b44167;hp=0f942d8f2df710eba5c887c90e05a13b6c3d1ca4;hpb=dcf008b1f749a624e03e37706b47afd440e9f7f2;p=mlt diff --git a/src/framework/mlt_producer.h b/src/framework/mlt_producer.h index 0f942d8f..8e226f2b 100644 --- a/src/framework/mlt_producer.h +++ b/src/framework/mlt_producer.h @@ -93,8 +93,10 @@ extern mlt_producer mlt_producer_new( mlt_profile ); extern mlt_service mlt_producer_service( mlt_producer self ); extern mlt_properties mlt_producer_properties( mlt_producer self ); extern int mlt_producer_seek( mlt_producer self, mlt_position position ); +extern int mlt_producer_seek_time( mlt_producer self, const char* time ); extern mlt_position mlt_producer_position( mlt_producer self ); extern mlt_position mlt_producer_frame( mlt_producer self ); +char* mlt_producer_frame_time( mlt_producer self, mlt_time_format ); extern int mlt_producer_set_speed( mlt_producer self, double speed ); extern double mlt_producer_get_speed( mlt_producer self ); extern double mlt_producer_get_fps( mlt_producer self );