Package-level declarations
Types
Link copied to clipboard
class MediaDownloadRepositoryImpl(media3DownloadDataSource: Media3DownloadDataSource) : MediaDownloadRepository
Link copied to clipboard
class PlayerRepositoryImpl(mediaMapper: MediaMapper = MediaMapper(MediaExtrasMapperNoopImpl), mediaItemMapper: MediaItemMapper = MediaItemMapper(MediaItemExtrasMapperNoopImpl), playbackStateMapper: PlaybackStateMapper = PlaybackStateMapper()) : PlayerRepository, Closeable
Repository for the current Media3 Player for a Player Activity.
Link copied to clipboard
class PlaylistDownloadRepositoryImpl(coroutineScope: CoroutineScope, playlistLocalDataSource: PlaylistLocalDataSource, mediaDownloadLocalDataSource: MediaDownloadLocalDataSource, media3DownloadDataSource: Media3DownloadDataSource, playlistDownloadMapper: PlaylistDownloadMapper) : PlaylistDownloadRepository
Link copied to clipboard
class PlaylistRepositoryImpl(playlistLocalDataSource: PlaylistLocalDataSource, playlistMapper: PlaylistMapper) : PlaylistRepository