musicApi
Toggle table of contents
0.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
musicApi
musicApi
/
net.raphdf201
/
ConvertioRequest
Convertio
Request
@
Serializable
data
class
ConvertioRequest
(
val
apikey
:
String
=
convertioKey
,
val
input
:
String
=
"url"
,
val
file
:
String
,
val
outputformat
:
String
=
"mp3"
)
Members
Constructors
Convertio
Request
Link copied to clipboard
constructor
(
apikey
:
String
=
convertioKey
,
input
:
String
=
"url"
,
file
:
String
,
outputformat
:
String
=
"mp3"
)
Properties
apikey
Link copied to clipboard
val
apikey
:
String
file
Link copied to clipboard
val
file
:
String
input
Link copied to clipboard
val
input
:
String
outputformat
Link copied to clipboard
val
outputformat
:
String