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


Class methods
Instance methods

Constructor

SoundMixerLocator

public function SoundMixerLocator (

Class methods

getInstance

public static function getInstance (

release

public static function release (
) : void

Clears all association between keys and objects
registered for this locator.
#

Instance methods

addListener

public function addListener (
listener:SoundMixerLocatorListener) : Boolean

getSoundMixer

public function getSoundMixer (
name:String) : SoundMixer

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

removeListener

public function removeListener (
listener:SoundMixerLocatorListener) : Boolean

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