app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.minapps.trackeditor.core.domain.repository
/
ExportTrackRepository
Export
Track
Repository
interface
ExportTrackRepository
Inheritors
ExportTrackRepositoryImpl
Members
Functions
save
Exported
Track
Link copied to clipboard
abstract
suspend
fun
saveExportedTrack
(
trackIds
:
List
<
Int
>
,
fileName
:
String
,
exportFormat
:
ExportFormat
)
:
Flow
<
DataStreamProgress
>