Packagecom.sonoport
Interfacepublic interface IAudioStretch extends IBaseSoundCore
Implementors AudioStretch



Public Properties
 PropertyDefined By
  audioFile : Object
IAudioStretch
 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
  pitchShift : Number
IAudioStretch
  speed : Number
IAudioStretch
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
pitchShiftproperty 
pitchShift:Number


Implementation
    public function get pitchShift():Number
    public function set pitchShift(value:Number):void
speedproperty 
speed:Number


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