Packagecom.sonoport
Interfacepublic interface IElectricBuzz extends IBaseSoundCore
Implementors ElectricBuzz



Public Properties
 PropertyDefined By
  freq : Number
IElectricBuzz
 Inheritedgain : Number
Gain.
IBaseSoundCore
  numHarmonics : int
IElectricBuzz
  numTones : int
IElectricBuzz
 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
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