Packagecom.sonoport
Interfacepublic interface ISciFiSweep extends IBaseSoundCore
Implementors SciFiSweep



Public Properties
 PropertyDefined By
  downsweep : Number
ISciFiSweep
  freq : Number
ISciFiSweep
 Inheritedgain : Number
Gain.
IBaseSoundCore
  numHarmonics : int
ISciFiSweep
  numTones : int
ISciFiSweep
 Inheritedpan : Number
Left-to-right position of the sound, ranging from -1 (full pan left) to 1 (full pan right).
IBaseSoundCore
  spacing : Number
ISciFiSweep
  upsweep : Number
ISciFiSweep
Public Methods
 MethodDefined By
 Inherited
play():void
Start playing a sound.
IBaseSoundCore
 Inherited
stop():void
Stop the sound.
IBaseSoundCore
Property Detail
downsweepproperty
downsweep:Number


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


Implementation
    public function get freq():Number
    public function set freq(value:Number):void
numHarmonicsproperty 
numHarmonics:int


Implementation
    public function get numHarmonics():int
    public function set numHarmonics(value:int):void
numTonesproperty 
numTones:int


Implementation
    public function get numTones():int
    public function set numTones(value:int):void
spacingproperty 
spacing:Number


Implementation
    public function get spacing():Number
    public function set spacing(value:Number):void
upsweepproperty 
upsweep:Number


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