TrackImportRepository

Repository interface responsible for importing track data from external sources.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun importTrack(fileUri: Uri): Flow<DataStreamProgress>

Imports a track from the given file URI.