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
/
PluginHost
/
createInstance
create
Instance
abstract
fun
createInstance
(
sampleRate
:
UInt
,
bufferSize
:
UInt
,
mainInputChannels
:
Int
,
mainOutputChannels
:
Int
,
offlineMode
:
Boolean
,
format
:
String
,
pluginId
:
String
,
callback
:
(
instanceId
:
Int
,
error
:
String
?
)
->
Unit
)