| Package | com.sonoport |
| Interface | public interface IMP3PlayerSound extends IBaseSoundCore |
| Implementors | MP3PlayerSound |
| Property | Defined By | ||
|---|---|---|---|
| audioFile : Object | IMP3PlayerSound | ||
![]() | gain : Number Gain. | IBaseSoundCore | |
| loop : Boolean | IMP3PlayerSound | ||
![]() | pan : Number Left-to-right position of the sound, ranging from -1 (full pan left) to 1 (full pan right). | IBaseSoundCore | |
| speed : Number | IMP3PlayerSound | ||
| audioFile | property |
audioFile:Object public function get audioFile():Object public function set audioFile(value:Object):void| loop | property |
loop:Boolean public function get loop():Boolean public function set loop(value:Boolean):void| speed | property |
speed:Number public function get speed():Number public function set speed(value:Number):void