Controller
class Controller(val service: AudioPluginViewService, val pluginId: String, val instanceId: Int, val hostToken: IBinder, val guiInstanceId: Int, val guiSessionId: Int) : AutoCloseable
Properties
Functions
Link copied to clipboard
Link copied to clipboard
fun initialize(messengerToSendReply: Messenger, hostToken: IBinder, inputTransferToken: InputTransferToken?, displayId: Int, width: Int, height: Int)