Properties
OscillatorNode
Defined in node_modules/typescript/lib/lib.dom.d.ts:11231
Type declaration
constructor: function
new __type( context: BaseAudioContext , options?: OscillatorOptions ) : OscillatorNode
Defined in node_modules/typescript/lib/lib.dom.d.ts:11232
Parameters
context: BaseAudioContext
Optional options: OscillatorOptions
_parseAParam
_parseAParam: ( aParam: AudioParam ) => object
Type declaration
( aParam: AudioParam ) : object
Parameters
Returns object
_start
_start: ( ) => void
channelCount
channelCount: number
channelCountMode
channelCountMode: ChannelCountMode
channelInterpretation
channelInterpretation: ChannelInterpretation
connected
connected: boolean
Readonly context
context: BaseAudioContext
Readonly detune
detune: AudioParam
Readonly frequency
frequency: AudioParam
hasInput
hasInput: boolean
Readonly numberOfInputs
numberOfInputs: number
Readonly numberOfOutputs
numberOfOutputs: number
onended
onended: ( ( this: AudioScheduledSourceNode , ev: Event ) => any ) | null
position
position: Vector2
toString
toString: ( ) => string
type
type: OscillatorType
Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.