Packagecom.sonoport
Interfacepublic interface IMetalHitLight extends IBaseSoundCore
Implementors MetalHitLight



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


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


Implementation
    public function get damping():Number
    public function set damping(value:Number):void
freqproperty 
freq:Number


Implementation
    public function get freq():Number
    public function set freq(value:Number):void
stretchproperty 
stretch:Number


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