| Package | vegas.events |
| Class | public class MediaExpertEvent |
| Inheritance | MediaExpertEvent BasicEvent flash.events.Event |
See also
| Method | Defined By | ||
|---|---|---|---|
MediaExpertEvent(type:String, target:Object = null, context:* = null, bubbles:Boolean = false, cancelable:Boolean = false, time:Number = 0)
Creates a new MediaExpertEvent instance. | MediaExpertEvent | ||
clone():Event [override]
Returns a shallow copy of this object. | MediaExpertEvent | ||
![]() | dispatch(channel:String = null):void
Dispatch the event with the global event flow. | BasicEvent | |
![]() | toString():String [override]
Returns the string representation of this event. | BasicEvent | |
| Constant | Defined By | ||
|---|---|---|---|
| MUTED : String = muted [static]
The name of the event when the Microphone is muted. | MediaExpertEvent | ||
| UNMUTED : String = unmuted [static]
The name of the event when the Microphone is unmuted. | MediaExpertEvent | ||
| MediaExpertEvent | () | Constructor |
public function MediaExpertEvent(type:String, target:Object = null, context:* = null, bubbles:Boolean = false, cancelable:Boolean = false, time:Number = 0)Creates a new MediaExpertEvent instance.
Parameterstype:String — the string type of the instance.
| |
target:Object (default = null) — the target of the event.
| |
context:* (default = null) — the optional context object of the event.
| |
bubbles:Boolean (default = false) — indicates if the event is a bubbling event.
| |
cancelable:Boolean (default = false) — indicates if the event is a cancelable event.
| |
time:Number (default = 0) — this optional parameter is used in the eden deserialization to copy the timestamp value of this event.
|
| clone | () | method |
override public function clone():EventReturns a shallow copy of this object.
ReturnsEvent — a shallow copy of this object.
|
| MUTED | Constant |
public static const MUTED:String = mutedThe name of the event when the Microphone is muted.
| UNMUTED | Constant |
public static const UNMUTED:String = unmutedThe name of the event when the Microphone is unmuted.