]> git.sesse.net Git - vlc/blobdiff - include/vlc_playlist.h
Contribs: update D2D1 headers extraction
[vlc] / include / vlc_playlist.h
index 89b2edf5460fd4a762a25e9e54f30b172e126e8e..10108cb2842b00126466353057cb8975dd825817 100644 (file)
@@ -283,6 +283,10 @@ VLC_API int playlist_Control( playlist_t *p_playlist, int i_query, bool b_locked
  */
 VLC_API input_thread_t * playlist_CurrentInput( playlist_t *p_playlist ) VLC_USED;
 
+/** Get the duration of all items in a node.
+ */
+VLC_API mtime_t playlist_GetNodeDuration( playlist_item_t * );
+
 /** Clear the playlist
  * \param b_locked TRUE if playlist is locked when entering this function
  */