]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_playlist.h
Add doxygen documentation for mlt_profile, mlt_pool, mlt_repository, and mlt_factory.
[mlt] / src / framework / mlt_playlist.h
index 4ae8bd5bcd30511b49605745c917f6594f93813e..a6364316e943d9e4e4f596a122aadc8455df9495 100644 (file)
@@ -1,8 +1,9 @@
 /**
  * \file mlt_playlist.h
  * \brief playlist service class
+ * \see mlt_playlist_s
  *
- * Copyright (C) 2003-2008 Ushodaya Enterprises Limited
+ * Copyright (C) 2003-2009 Ushodaya Enterprises Limited
  * \author Charles Yates <charles.yates@pandora.be>
  *
  * This library is free software; you can redistribute it and/or
@@ -25,7 +26,7 @@
 
 #include "mlt_producer.h"
 
-/** \brief structure for returning clip information
+/** \brief structure for returning clip information from a playlist entry
  */
 
 typedef struct
@@ -56,7 +57,6 @@ typedef struct playlist_entry_s playlist_entry;
  * the framework.
  *
  * \extends mlt_producer_s
- * \properties \em eof This is the behavior for when the end of the playlist is reached, one of: pause (default) or loop.
  * \properties \em autoclose Set this true if you are doing sequential processing and want to
  * automatically close producers as they are finished being used to free resources.
  * \properties \em meta.fx_cut Set true on a producer to indicate that it is a "fx_cut,"