Packagecom.sonoport
Interfacepublic interface IAmbientRinging extends IBaseSoundCore
Implementors AmbientRinging



Public Properties
 PropertyDefined By
  damping : Number
IAmbientRinging
 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
  pulseRate : Number
IAmbientRinging
  shift0 : Number
IAmbientRinging
  shift1 : Number
IAmbientRinging
  tone0 : int
IAmbientRinging
  tone1 : int
IAmbientRinging
Public Methods
 MethodDefined By
 Inherited
play():void
Start playing a sound.
IBaseSoundCore
 Inherited
stop():void
Stop the sound.
IBaseSoundCore
Property Detail
dampingproperty
damping:Number


Implementation
    public function get damping():Number
    public function set damping(value:Number):void
pulseRateproperty 
pulseRate:Number


Implementation
    public function get pulseRate():Number
    public function set pulseRate(value:Number):void
shift0property 
shift0:Number


Implementation
    public function get shift0():Number
    public function set shift0(value:Number):void
shift1property 
shift1:Number


Implementation
    public function get shift1():Number
    public function set shift1(value:Number):void
tone0property 
tone0:int


Implementation
    public function get tone0():int
    public function set tone0(value:int):void
tone1property 
tone1:int


Implementation
    public function get tone1():int
    public function set tone1(value:int):void