Packagecom.sonoport
Interfacepublic interface IScrubberPitchLock extends IBaseSoundCore
Implementors ScrubberPitchLock



Public Properties
 PropertyDefined By
  audioFile : Object
IScrubberPitchLock
 Inheritedgain : Number
Gain.
IBaseSoundCore
  muteOnReverse : Boolean
IScrubberPitchLock
  noMotionFade : Boolean
IScrubberPitchLock
 Inheritedpan : Number
Left-to-right position of the sound, ranging from -1 (full pan left) to 1 (full pan right).
IBaseSoundCore
  playPosition : Number
IScrubberPitchLock
Public Methods
 MethodDefined By
 Inherited
play():void
Start playing a sound.
IBaseSoundCore
 Inherited
stop():void
Stop the sound.
IBaseSoundCore
Property Detail
audioFileproperty
audioFile:Object


Implementation
    public function get audioFile():Object
    public function set audioFile(value:Object):void
muteOnReverseproperty 
muteOnReverse:Boolean


Implementation
    public function get muteOnReverse():Boolean
    public function set muteOnReverse(value:Boolean):void
noMotionFadeproperty 
noMotionFade:Boolean


Implementation
    public function get noMotionFade():Boolean
    public function set noMotionFade(value:Boolean):void
playPositionproperty 
playPosition:Number


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