| Package | com.bourre.media.sound |
| Class | public class SoundMixerLocator |
| Inheritance | SoundMixerLocator AbstractLocator |
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
| Method | Defined by | ||
|---|---|---|---|
|
SoundMixerLocator(access:ConstructorAccess)
| SoundMixerLocator | ||
![]() |
add(d:Dictionary):void
Adds all ressources contained in the passed-in dictionnary
into this locator instance.
| AbstractLocator | |
![]() |
addEventListener(type:String, listener:Object, ... rest):Boolean
Adds an event listener for the specified event type.
| AbstractLocator | |
|
addListener(listener:SoundMixerLocatorListener):Boolean
| SoundMixerLocator | ||
![]() |
callMethodOnAllValues(methodName:String, ... args):void
Takes all values of a Locator and call on each value the method name
passed as 1st argument.
| AbstractLocator | |
|
[static]
| SoundMixerLocator | ||
![]() |
getKeys():Array
Returns an
Array view of the keys contained in this locator. | AbstractLocator | |
![]() |
Returns the exclusive logger object owned by this locator.
| AbstractLocator | |
|
getSoundMixer(name:String):SoundMixer
| SoundMixerLocator | ||
![]() |
getType():Class
Return the class type of elements in this container.
| AbstractLocator | |
![]() |
getValues():Array
Returns an
Array view of the values contained in this locator. | AbstractLocator | |
![]() |
isRegistered(name:String):Boolean
Returns
true is there is a ressource associated
with the passed-in key. | AbstractLocator | |
![]() |
isTyped():Boolean
Returns
true if this container perform a verification
of the type of elements. | AbstractLocator | |
![]() |
locate(name:String):Object
Returns the ressource associated with the passed-in
key. | AbstractLocator | |
![]() |
matchType(o:*):Boolean
Verify that the passed-in object type match the current
container element's type.
| AbstractLocator | |
|
pauseAll(id:String = null):void
| SoundMixerLocator | ||
|
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
| SoundMixerLocator | ||
![]() |
processOnAllValues(f:Function, ... args):void
Takes all values of a Locator and pass them one by one as arguments
to a method of an object.
| AbstractLocator | |
![]() |
register(name:String, o:Object):Boolean
Registers passed-in object with identifier name to this locator.
| AbstractLocator | |
|
release():void
[static]
| SoundMixerLocator | ||
![]() |
removeEventListener(type:String, listener:Object):Boolean
Removes the passed-in listener for listening the specified event.
| AbstractLocator | |
|
removeListener(listener:SoundMixerLocatorListener):Boolean
| SoundMixerLocator | ||
|
resumeAll(id:String = null):void
| SoundMixerLocator | ||
|
setSoundTransformAll(id:String = null, soundTransformInfo:SoundTransformInfo = null):void
| SoundMixerLocator | ||
|
stopAll(id:String = null):void
| SoundMixerLocator | ||
![]() |
toString():String
Returns the string representation of this instance.
| AbstractLocator | |
![]() |
unregister(name:String):Boolean
Unregisters object registered with identifier name.
| AbstractLocator | |
| Method | Defined by | ||
|---|---|---|---|
![]() |
broadcastEvent(e:Event):void
Broadcast the passed-in event object to listeners
according to the event's type.
| AbstractLocator | |
![]() |
Returns event
Broadcaster owned by this locator. | AbstractLocator | |
|
onRegister(name:String = null, o:Object = null):void
| SoundMixerLocator | ||
|
onUnregister(name:String = null):void
| SoundMixerLocator | ||
| SoundMixerLocator | () | constructor |
public function SoundMixerLocator(access:ConstructorAccess)
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
access:ConstructorAccess |
| addListener | () | method |
public function addListener(listener:SoundMixerLocatorListener):Boolean
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
listener:SoundMixerLocatorListener |
Boolean |
| getInstance | () | method |
public static function getInstance():SoundMixerLocator
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
SoundMixerLocator |
| getSoundMixer | () | method |
public function getSoundMixer(name:String):SoundMixer
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
name:String |
SoundMixer |
| onRegister | () | method |
protected override function onRegister(name:String = null, o:Object = null):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
name:String (default = null) |
|
o:Object (default = null) |
| onUnregister | () | method |
protected override function onUnregister(name:String = null):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
name:String (default = null) |
| pauseAll | () | method |
public function pauseAll(id:String = null):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
id:String (default = null) |
| playAll | () | method |
public function playAll(id:String = null, loop:uint = 0, soundTransformInfo:SoundTransformInfo = null):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
If id , will play all sound with this id , in each SoundMixer If not it , will play all sound in each SoundMixer
Parametersid:String (default = null) |
|
loop:uint (default = 0) |
|
soundTransformInfo:SoundTransformInfo (default = null) |
| release | () | method |
public static function release():void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
| removeListener | () | method |
public function removeListener(listener:SoundMixerLocatorListener):Boolean
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
listener:SoundMixerLocatorListener |
Boolean |
| resumeAll | () | method |
public function resumeAll(id:String = null):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
id:String (default = null) |
| setSoundTransformAll | () | method |
public function setSoundTransformAll(id:String = null, soundTransformInfo:SoundTransformInfo = null):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
id:String (default = null) |
|
soundTransformInfo:SoundTransformInfo (default = null) |
| stopAll | () | method |
public function stopAll(id:String = null):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
id:String (default = null) |