Add a 'duration' accessor for IFolder
IMediaGroup features a duration accessor like so:
/**
* @brief duration Returns this group duration
*
* Which is equal to the sum of all its member's durations
*/
virtual int64_t duration() const = 0;
It would be useful to have the same thing in IFolder.
Edited by Benjamin Arnaud