toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.audio
/
OscillatorOptions
Oscillator
Options
external
interface
OscillatorOptions
:
AudioNodeOptions
(
source
)
Members
Properties
channel
Count
Link copied to clipboard
abstract
val
channelCount
:
Int
?
channel
Count
Mode
Link copied to clipboard
abstract
val
channelCountMode
:
ChannelCountMode
?
channel
Interpretation
Link copied to clipboard
abstract
val
channelInterpretation
:
ChannelInterpretation
?
detune
Link copied to clipboard
abstract
val
detune
:
Float
?
frequency
Link copied to clipboard
abstract
val
frequency
:
Float
?
periodic
Wave
Link copied to clipboard
abstract
val
periodicWave
:
PeriodicWave
?
type
Link copied to clipboard
abstract
val
type
:
OscillatorType
?