Packagecom.sonoport
Interfacepublic interface IMultitrackLooper extends IBaseSoundCore
Implementors MultitrackLooper



Public Properties
 PropertyDefined By
  audioFiles : Array
IMultitrackLooper
 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
Public Methods
 MethodDefined By
 Inherited
play():void
Start playing a sound.
IBaseSoundCore
 Inherited
stop():void
Stop the sound.
IBaseSoundCore
Property Detail
audioFilesproperty
audioFiles:Array


Implementation
    public function get audioFiles():Array
    public function set audioFiles(value:Array):void