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.
IBaseSoundCore
  proximity : Number
IWaterfall
  size : Number
IWaterfall
 Inheritedversion : String
[read-only] Information on the build version.
IBaseSoundCore
 Inheritedwatermarked : Boolean
[read-only] true if the 'watermark' (a dripping sound) will play when this sound is used in a SWF running on a server.
IBaseSoundCore
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