]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_playlist.h
Merge pull request #32 from j-b-m/master
[mlt] / src / framework / mlt_playlist.h
index ee5411b579bace13ad04b941857ce4569f8fbc5f..58903823e4c593fdb0ee54b47942002dd0099465 100644 (file)
@@ -63,6 +63,8 @@ typedef struct playlist_entry_s playlist_entry;
  * which is a way to add filters as a playlist entry - useful only in a multitrack. See FxCut on the wiki.
  * \properties \em mix_in
  * \properties \em mix_out
+ * \event \em playlist-next The playlist fires this when it moves to the next item in the list.
+ * The listener receives one argument that is the index of the entry that just completed.
  */
 
 struct mlt_playlist_s