AudioImportResult

data class AudioImportResult(val success: Boolean, val canceled: Boolean, val error: String?, val warnings: List<String>, val stems: List<AudioStemImport>)

Constructors

Link copied to clipboard
constructor(success: Boolean, canceled: Boolean, error: String?, warnings: List<String>, stems: List<AudioStemImport>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard