Typescript Library Declarations (DOM)
Variable GainNode
GainNode
:
{
prototype
:
GainNode
;
new
(
context
:
BaseAudioContext
,
options
?:
GainOptions
)
:
GainNode
;
}
Type declaration
new
(
context
:
BaseAudioContext
,
options
?:
GainOptions
)
:
GainNode
Parameters
context
:
BaseAudioContext
Optional
options
:
GainOptions
Returns
GainNode
prototype
:
GainNode
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Typescript Library Declarations (DOM)