@byomakase/omakase-player
Preparing search index...
OmpAudioNode
Interface OmpAudioNode
Web Audio API AudioNode wrapper
interface
OmpAudioNode
{
get
attrs
()
:
Map
<
string
,
any
>
;
get
audioNode
()
:
AudioNode
;
get
connections
()
:
OmpAudioNodeConnection
[]
;
get
id
()
:
string
;
get
type
()
:
OmpAudioNodeType
;
connectNode
(
destinationNode
:
OmpAudioNode
,
output
?:
number
,
input
?:
number
,
)
:
OmpAudioNode
;
connectParam
(
destinationNode
:
OmpAudioNode
,
audioParamName
:
string
,
output
?:
number
,
)
:
void
;
destroy
()
:
void
;
toDef
()
:
OmpAudioNodeDef
;
}
Hierarchy (
View Summary
)
Destroyable
OmpAudioNode
OmpAudioEffect
Implemented by
BaseOmpAudioNode
Index
Accessors
attrs
audio
Node
connections
id
type
Methods
connect
Node
connect
Param
destroy
to
Def
Accessors
attrs
get
attrs
()
:
Map
<
string
,
any
>
Returns
Map
<
string
,
any
>
audio
Node
get
audioNode
()
:
AudioNode
Returns
AudioNode
connections
get
connections
()
:
OmpAudioNodeConnection
[]
Returns
OmpAudioNodeConnection
[]
id
get
id
()
:
string
Returns
string
type
get
type
()
:
OmpAudioNodeType
Returns
OmpAudioNodeType
Methods
connect
Node
connectNode
(
destinationNode
:
OmpAudioNode
,
output
?:
number
,
input
?:
number
,
)
:
OmpAudioNode
Parameters
destinationNode
:
OmpAudioNode
Optional
output
:
number
Optional
input
:
number
Returns
OmpAudioNode
connect
Param
connectParam
(
destinationNode
:
OmpAudioNode
,
audioParamName
:
string
,
output
?:
number
,
)
:
void
Parameters
destinationNode
:
OmpAudioNode
audioParamName
:
string
Optional
output
:
number
Returns
void
destroy
destroy
()
:
void
Returns
void
to
Def
toDef
()
:
OmpAudioNodeDef
Returns
OmpAudioNodeDef
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Accessors
attrs
audio
Node
connections
id
type
Methods
connect
Node
connect
Param
destroy
to
Def
@byomakase/omakase-player
Loading...
Web Audio API AudioNode wrapper