Packagecom.sonoport
Interfacepublic interface IEchoHit extends IBaseSoundCore
Implementors EchoHit



Public Properties
 PropertyDefined By
  delay : Number
IEchoHit
  freq : Number
IEchoHit
 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
  quality : Number
IEchoHit
Public Methods
 MethodDefined By
 Inherited
play():void
Start playing a sound.
IBaseSoundCore
 Inherited
stop():void
Stop the sound.
IBaseSoundCore
Property Detail
delayproperty
delay:Number


Implementation
    public function get delay():Number
    public function set delay(value:Number):void
freqproperty 
freq:Number


Implementation
    public function get freq():Number
    public function set freq(value:Number):void
qualityproperty 
quality:Number


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