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
/
AudioIODevice
Audio
IODevice
interface
AudioIODevice
Inheritors
AndroidAudioIODevice
JsAudioIODevice
JvmAudioIODevice
NativeAudioIODevice
WasmJsAudioIODevice
Members
Properties
channels
Link copied to clipboard
abstract
val
channels
:
UInt
input
Channels
Link copied to clipboard
abstract
val
inputChannels
:
UInt
is
Playing
Link copied to clipboard
abstract
val
isPlaying
:
Boolean
output
Channels
Link copied to clipboard
abstract
val
outputChannels
:
UInt
sample
Rate
Link copied to clipboard
abstract
val
sampleRate
:
Double
Functions
start
Link copied to clipboard
abstract
fun
start
(
)
:
Int
stop
Link copied to clipboard
abstract
fun
stop
(
)
:
Int