Packagecom.sonoport
Interfacepublic interface ICrystalAmbience extends IBaseSoundCore
Implementors CrystalAmbience



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
  pitch : Number
ICrystalAmbience
Public Methods
 MethodDefined By
 Inherited
play():void
Start playing a sound.
IBaseSoundCore
 Inherited
stop():void
Stop the sound.
IBaseSoundCore
Property Detail
pitchproperty
pitch:Number


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