]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_playlist.h
clip and mix manipulation on playlist
[mlt] / src / framework / mlt_playlist.h
index 0cc0a1d9ba81072817f082b6cbd690936bbe0b11..a7dd3f28ef666d70ffaad7ade570172b39375324 100644 (file)
@@ -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