Dart API Reference
dart:web_audio
PannerNode
PannerNode
class
Annotated by:
DocsEditable()
DomName('PannerNode')
Experimental()
Extends:
AudioNode
EventTarget
Object
Instance Properties
coneInnerAngle
num
read/write
coneOuterAngle
num
read/write
coneOuterGain
num
read/write
distanceModel
String
read/write
maxDistance
num
read/write
panningModel
String
read/write
refDistance
num
read/write
rolloffFactor
num
read/write
on
Events
Inherited
read-only
channelCount
int
Inherited
read/write
channelCountMode
String
Inherited
read/write
channelInterpretation
String
Inherited
read/write
context
AudioContext
Inherited
read-only
numberOfInputs
int
Inherited
read-only
numberOfOutputs
int
Inherited
read-only
Instance Methods
setOrientation
(
num
x
,
num
y
,
num
z
) →
void
setPosition
(
num
x
,
num
y
,
num
z
) →
void
setVelocity
(
num
x
,
num
y
,
num
z
) →
void
addEventListener
Inherited
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
] ) →
void
removeEventListener
Inherited
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
] ) →
void
dispatchEvent
Inherited
(
Event
event
) →
bool
disconnect
Inherited
(
int
output
) →
void
connectNode
Inherited
(
AudioNode
destination
, [
int
output
=
0
,
int
input
=
0
] ) →
void
connectParam
Inherited
(
AudioParam
destination
, [
int
output
=
0
] ) →
void