Fields

@:optionaloptionalgain:Null<Float>

@:optionaloptionalchannelInterpretation: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.)

@:optionaloptionalchannelCountMode: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.)

@:optionaloptionalchannelCount: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.