Packagecom.sonoport
Interfacepublic interface IDomesticChimes extends IBaseSoundCore
Implementors DomesticChimes



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


Implementation
    public function get action():Number
    public function set action(value:Number):void
clarityproperty 
clarity:Number


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