X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_playlist.h;h=a7dd3f28ef666d70ffaad7ade570172b39375324;hb=4a39b72c5ac8fd2dd6db81a95eab08adde0491b9;hp=0cc0a1d9ba81072817f082b6cbd690936bbe0b11;hpb=7b0684ebe0975248af674dc5973a959d81f5f4a8;p=melted diff --git a/src/framework/mlt_playlist.h b/src/framework/mlt_playlist.h index 0cc0a1d..a7dd3f2 100644 --- a/src/framework/mlt_playlist.h +++ b/src/framework/mlt_playlist.h @@ -66,6 +66,9 @@ extern int mlt_playlist_repeat_clip( mlt_playlist self, int clip, int repeat ); 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 int mlt_playlist_mix_add( mlt_playlist self, int clip, mlt_transition transition ); +extern mlt_producer mlt_playlist_get_clip( mlt_playlist self, int clip ); +extern int mlt_playlist_clip_is_mix( mlt_playlist self, int clip ); extern void mlt_playlist_close( mlt_playlist self ); #endif