Packagecom.bourre.media.sound
Classpublic class SoundMixerLocatorEvent
InheritanceSoundMixerLocatorEvent Inheritance flash.events.Event

Player version: Flash Player 9.0
Language version: ActionScript 3.0



Public Properties
 PropertyDefined by
  onRegisterSoundMixerEVENT : String = "onRegisterSoundMixer"
[static]
SoundMixerLocatorEvent
  onUnregisterSoundMixerEVENT : String = "onUnregisterSoundMixer"
[static]
SoundMixerLocatorEvent
Protected Properties
 PropertyDefined by
  _sm : SoundMixer
SoundMixerLocatorEvent
  _sName : String
SoundMixerLocatorEvent
Public Methods
 MethodDefined by
  
SoundMixerLocatorEvent(type:String, name:String, sm:SoundMixer)
SoundMixerLocatorEvent
  
getName():String
SoundMixerLocatorEvent
  
SoundMixerLocatorEvent
Property detail
onRegisterSoundMixerEVENTproperty
public static var onRegisterSoundMixerEVENT:String = "onRegisterSoundMixer"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

onUnregisterSoundMixerEVENTproperty 
public static var onUnregisterSoundMixerEVENT:String = "onUnregisterSoundMixer"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

_smproperty 
protected var _sm:SoundMixer

Player version: Flash Player 9.0
Language version: ActionScript 3.0

_sNameproperty 
protected var _sName:String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Constructor detail
SoundMixerLocatorEvent()constructor
public function SoundMixerLocatorEvent(type:String, name:String, sm:SoundMixer)

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
type:String
 
name:String
 
sm:SoundMixer
Method detail
getName()method
public function getName():String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns
String
getSoundMixer()method 
public function getSoundMixer():SoundMixer

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns
SoundMixer