get Media By Categories
abstract fun getMediaByCategories(categories: Set<MediaCategory>): List<Media>
Content copied to clipboard
Returns a (possibly empty) List of media matching a specific set of categories.
Return
List of media descriptors matching given categories.
Parameters
categories
Set of categories to match.