Packagecom.sonoport
Interfacepublic interface ISpaceDrip extends IBaseSoundCore
Implementors SpaceDrip



Public Properties
 PropertyDefined By
 Inheritedgain : Number
Gain.
IBaseSoundCore
  length : Number
ISpaceDrip
 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
lengthproperty
length:Number


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