SoundEvent
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.media.sound |
| Inherits from: | BasicEvent < Event |
| Classpath: | com.bourre.media.sound.SoundEvent |
| File last modified: | Monday, 24 November 2008, 11:36:46 |
Summary
Constructor
- SoundEvent (type:String, sound:SoundInfo, soundInfoChannel:SoundInfoChannel)
Instance properties
Instance properties inherited from BasicEvent
Instance methods
- getSoundInfo : SoundInfo
- getSoundInfoChannel : SoundInfoChannel
Event handlers
- onSoundPlay : String
- onSoundProgress : String
- onSoundLoop : String
- onSoundEnd : String
- onSoundPause : String
- onSoundResume : String
- onSoundStop : String
Constructor
SoundEvent
Instance methods
getSoundInfo
public function getSoundInfo (
) : SoundInfo
getSoundInfoChannel
Event handlers
onSoundEnd
public static const onSoundEnd:String = "onSoundEnd"
(read)
onSoundLoop
public static const onSoundLoop:String = "onSoundLoop"
(read)
onSoundPause
public static const onSoundPause:String = "onSoundPause"
(read)
onSoundPlay
public static const onSoundPlay:String = "onSoundPlay"
(read)
onSoundProgress
public static const onSoundProgress:String = "onSoundProgress"
(read)
onSoundResume
public static const onSoundResume:String = "onSoundResume"
(read)
onSoundStop
public static const onSoundStop:String = "onSoundStop"
(read)