Packagecom.sonoport
Interfacepublic interface IRatchet extends IBaseSoundCore
Implementors Ratchet



Public Properties
 PropertyDefined By
  action : Number
IRatchet
 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
  size : Number
IRatchet
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
sizeproperty 
size:Number


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