Packagecom.sonoport
Interfacepublic interface ILooper extends IBaseSoundCore
Implementors Looper



Public Properties
 PropertyDefined By
  audioFile : Object
ILooper
 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
  rate : Number
ILooper
Public Methods
 MethodDefined By
 Inherited
play():void
Start playing a sound.
IBaseSoundCore
 Inherited
stop():void
Stop the sound.
IBaseSoundCore
Property Detail
audioFileproperty
audioFile:Object


Implementation
    public function get audioFile():Object
    public function set audioFile(value:Object):void
rateproperty 
rate:Number


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