package js.html.audio
Available on js
optionalrolloffFactor:Null<Float>
optionalrefDistance:Null<Float>
optionalpositionZ:Null<Float>
optionalpositionY:Null<Float>
optionalpositionX:Null<Float>
optionalpanningModel:Null<PanningModelType>
optionalorientationZ:Null<Float>
optionalorientationY:Null<Float>
optionalorientationX:Null<Float>
optionalmaxDistance:Null<Float>
optionaldistanceModel:Null<DistanceModelType>
optionalconeOuterGain:Null<Float>
optionalconeOuterAngle:Null<Float>
optionalconeInnerAngle:Null<Float>
optionalchannelInterpretation:Null<ChannelInterpretation>
Represents an enumerated value describing the meaning of the channels. This interpretation will define how audio up-mixing and down-mixing will happen.
The possible values are "speakers"
or "discrete"
. (See AudioNode.channelCountMode
for more information including default values.)
optionalchannelCountMode:Null<ChannelCountMode>
Represents an enumerated value describing the way channels must be matched between the node's inputs and outputs. (See AudioNode.channelCountMode
for more information including default values.)
optionalchannelCount:Null<Int>
Represents an integer used to determine how many channels are used when up-mixing and down-mixing connections to any inputs to the node. (See AudioNode.channelCount
for more information.) Its usage and precise definition depend on the value of AudioNodeOptions.channelCountMode
.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/audio/PannerOptions.html