X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_playlist.h;h=dee8e074a98967fe739abad6630a83f31f35f832;hb=a450db7b8af164bcc71255fd74d406be98c9eb21;hp=bfa61c03a92d8394506e95ccf55b7b1008b33ba8;hpb=52c1bb26fcbb895824cd9237c228ea4834ce1433;p=melted diff --git a/src/framework/mlt_playlist.h b/src/framework/mlt_playlist.h index bfa61c0..dee8e07 100644 --- a/src/framework/mlt_playlist.h +++ b/src/framework/mlt_playlist.h @@ -38,6 +38,7 @@ typedef struct mlt_position frame_count; mlt_position length; float fps; + mlt_event event; } mlt_playlist_clip_info; @@ -63,6 +64,7 @@ extern int mlt_playlist_move( mlt_playlist self, int from, int to ); extern int mlt_playlist_resize_clip( mlt_playlist self, int clip, mlt_position in, mlt_position out ); extern int mlt_playlist_split( mlt_playlist self, int clip, mlt_position position ); extern int mlt_playlist_join( mlt_playlist self, int clip, int count, int merge ); +extern int mlt_playlist_mix( mlt_playlist self, int clip, int length, mlt_transition transition ); extern void mlt_playlist_close( mlt_playlist self ); #endif