Packagecom.sonoport
Interfacepublic interface IWaterfall extends IBaseSoundCore
Implementors Waterfall



Public Properties
 PropertyDefined By
 Inheritedgain : Number
Gain.
IBaseSoundCore
 Inheritedpan : Number
Left-to-right position of the sound, ranging from -1 (full pan left) to 1 (full pan right).
IBaseSoundCore
  proximity : Number
IWaterfall
  size : Number
IWaterfall
Public Methods
 MethodDefined By
 Inherited
play():void
Start playing a sound.
IBaseSoundCore
 Inherited
stop():void
Stop the sound.
IBaseSoundCore
Property Detail
proximityproperty
proximity:Number


Implementation
    public function get proximity():Number
    public function set proximity(value:Number):void
sizeproperty 
size:Number


Implementation
    public function get size():Number
    public function set size(value:Number):void