uapmd-binding
Toggle table of contents
Common
Target filter
Common
Switch theme
Search in API
Skip to content
uapmd-binding
uapmd-binding
/
dev.atsushieno.uapmd
/
AudioImportResult
Audio
Import
Result
data
class
AudioImportResult
(
val
success
:
Boolean
,
val
canceled
:
Boolean
,
val
error
:
String
?
,
val
warnings
:
List
<
String
>
,
val
stems
:
List
<
AudioStemImport
>
)
Members
Constructors
Audio
Import
Result
Link copied to clipboard
constructor
(
success
:
Boolean
,
canceled
:
Boolean
,
error
:
String
?
,
warnings
:
List
<
String
>
,
stems
:
List
<
AudioStemImport
>
)
Properties
canceled
Link copied to clipboard
val
canceled
:
Boolean
error
Link copied to clipboard
val
error
:
String
?
stems
Link copied to clipboard
val
stems
:
List
<
AudioStemImport
>
success
Link copied to clipboard
val
success
:
Boolean
warnings
Link copied to clipboard
val
warnings
:
List
<
String
>