SoundMixerLocatorEvent
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.media.sound |
| Inherits from: | Event |
| Classpath: | com.bourre.media.sound.SoundMixerLocatorEvent |
| File last modified: | Monday, 24 November 2008, 11:36:46 |
Summary
Constructor
- SoundMixerLocatorEvent (type:String, name:String, sm:SoundMixer)
Instance methods
- getName : String
- getSoundMixer : SoundMixer
Event handlers
- onRegisterSoundMixerEVENT : String
- onUnregisterSoundMixerEVENT : String
Constructor
SoundMixerLocatorEvent
Instance methods
getName
public function getName (
) : String
getSoundMixer
Event handlers
onRegisterSoundMixerEVENT
public static onRegisterSoundMixerEVENT:String = "onRegisterSoundMixer"
(read,write)
onUnregisterSoundMixerEVENT
public static onUnregisterSoundMixerEVENT:String = "onUnregisterSoundMixer"
(read,write)