Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.audio
/
MediaStreamAudioDestinationNode
Media
Stream
Audio
Destination
Node
open
class
MediaStreamAudioDestinationNode
(
context
:
AudioContext
,
options
:
AudioNodeOptions
=
definedExternally
)
:
AudioNode
(
source
)
MDN Reference
Members
Constructors
Media
Stream
Audio
Destination
Node
Link copied to clipboard
constructor
(
context
:
AudioContext
,
options
:
AudioNodeOptions
=
definedExternally
)
Properties
channel
Count
Link copied to clipboard
var
channelCount
:
Int
MDN Reference
channel
Count
Mode
Link copied to clipboard
var
channelCountMode
:
ChannelCountMode
MDN Reference
channel
Interpretation
Link copied to clipboard
var
channelInterpretation
:
ChannelInterpretation
MDN Reference
context
Link copied to clipboard
val
context
:
BaseAudioContext
MDN Reference
number
Of
Inputs
Link copied to clipboard
val
numberOfInputs
:
Int
MDN Reference
number
Of
Outputs
Link copied to clipboard
val
numberOfOutputs
:
Int
MDN Reference
stream
Link copied to clipboard
val
stream
:
MediaStream
MDN Reference
Functions
connect
Link copied to clipboard
fun
connect
(
destinationParam
:
AudioParam
,
output
:
Int
=
definedExternally
)
fun
connect
(
destinationNode
:
AudioNode
,
output
:
Int
=
definedExternally
,
input
:
Int
=
definedExternally
)
:
AudioNode
MDN Reference
disconnect
Link copied to clipboard
fun
disconnect
(
)
MDN Reference
fun
disconnect
(
output
:
Int
)
fun
disconnect
(
destinationNode
:
AudioNode
)
fun
disconnect
(
destinationParam
:
AudioParam
)
fun
disconnect
(
destinationNode
:
AudioNode
,
output
:
Int
)
fun
disconnect
(
destinationParam
:
AudioParam
,
output
:
Int
)
fun
disconnect
(
destinationNode
:
AudioNode
,
output
:
Int
,
input
:
Int
)
dispatch
Event
Link copied to clipboard
fun
dispatchEvent
(
event
:
Event
)
:
Boolean
when
Link copied to clipboard
fun
<
T
:
Event
>
when
(
type
:
EventType
<
T
>
,
options
:
ObservableEventListenerOptions
?
)
:
Observable
<
T
>