merge
abstract suspend fun merge(progressFlow: <Error class: unknown class><Progress>, context: DownloadContext, files: List<File>): File
Merge the given media files into a single file. The old files should be deleted after merging.
Parameters
progress Flow
The flow to emit the merge progress.
context
The context of the downloading track.
files
The files to merge.