Packagecom.sonoport
Interfacepublic interface ISpaceShipAmbience extends IBaseSoundCore
Implementors SpaceShipAmbience



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


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


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