SoundMixerLocator
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.media.sound |
| Inherits from: | AbstractLocator |
| Classpath: | com.bourre.media.sound.SoundMixerLocator |
| File last modified: | Monday, 24 November 2008, 11:36:46 |
Summary
Constructor
Class methods
- getInstance : SoundMixerLocator
- release : void
- Clears all association between keys and objectsInstance methods
- getSoundMixer (name:String) : SoundMixer
- playAll (id:String = null, loop:uint = 0, soundTransformInfo:SoundTransformInfo = null) : void
- If id , will play all sound with this id , in each SoundMixer
- pauseAll (id:String = null) : void
- resumeAll (id:String = null) : void
- stopAll (id:String = null) : void
- setSoundTransformAll (id:String = null, soundTransformInfo:SoundTransformInfo = null) : void
- addListener (listener:SoundMixerLocatorListener) : Boolean
- removeListener (listener:SoundMixerLocatorListener) : Boolean
Constructor
SoundMixerLocator
Class methods
getInstance
release
public static function release (
) : void
Clears all association between keys and objects
registered for this locator.
# registered for this locator.
Overrides:
Instance methods
addListener
getSoundMixer
pauseAll
public function pauseAll (
id:String = null) : void
playAll
public function playAll (
id:String = null,
loop:uint = 0,
soundTransformInfo:SoundTransformInfo = null) : void
If id , will play all sound with this id , in each SoundMixer
If not it , will play all sound in each SoundMixer
If not it , will play all sound in each SoundMixer
removeListener
resumeAll
public function resumeAll (
id:String = null) : void
setSoundTransformAll
public function setSoundTransformAll (
id:String = null,
soundTransformInfo:SoundTransformInfo = null) : void
stopAll
public function stopAll (
id:String = null) : void