Packagecom.sonoport
Interfacepublic interface IBrushing extends IBaseSoundCore
Implementors Brushing



Public Properties
 PropertyDefined By
  action : Number
IBrushing
  brush : Number
IBrushing
  density : Number
IBrushing
  force : Number
IBrushing
 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
brushproperty 
brush:Number


Implementation
    public function get brush():Number
    public function set brush(value:Number):void
densityproperty 
density:Number


Implementation
    public function get density():Number
    public function set density(value:Number):void
forceproperty 
force:Number


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