localMedia

@get:CheckReturnValue
abstract val localMedia: Observable<List<MediaItem.Local>>

Returns an Observable which contains the list of files (and updates thereof) of locally stored media files.

Please note, that, although it's possible to subscribe to this Observable at any time, the list will only be guaranteed to be returned once this MediaClient is in at least the Started state (the start method has been called and completed, and no subsequent invocation of stop has been performed). Only then will this Observable provide live updates of the local media items here.

Scheduler: The returned Observable will operate on the IO Scheduler.