Packagecom.sonoport
Interfacepublic interface IGeigerCounter extends IBaseSoundCore
Implementors GeigerCounter



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


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