Struct AudioEffectPanner
Adds a panner audio effect to an Audio bus. Pans sound left or right.
struct AudioEffectPanner
;
Determines how much of an audio signal is sent to the left and right buses.
Properties
Name | Type | Description |
---|---|---|
pan [get, set]
|
double | Pan position. Value can range from -1 (fully left) to 1 (fully right). |
Methods
Name | Description |
---|---|
getPan
|
|
setPan
|