Packagecom.sonoport
Interfacepublic interface IMP3PlayerSound extends IBaseSoundCore
Implementors MP3PlayerSound



Public Properties
 PropertyDefined By
  audioFile : Object
IMP3PlayerSound
 Inheritedgain : Number
Gain.
IBaseSoundCore
  loop : Boolean
IMP3PlayerSound
 Inheritedpan : Number
Left-to-right position of the sound, ranging from -1 (full pan left) to 1 (full pan right).
IBaseSoundCore
  speed : Number
IMP3PlayerSound
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
loopproperty 
loop:Boolean


Implementation
    public function get loop():Boolean
    public function set loop(value:Boolean):void
speedproperty 
speed:Number


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