| Package | com.adobe.rtc.events |
| Class | public class AudioConfigurationEvent |
| Inheritance | AudioConfigurationEvent flash.events.Event |
AudioPublisher, this event class notifies changes to audio configuration.
See also
| Method | Defined by | ||
|---|---|---|---|
|
AudioConfigurationEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
| AudioConfigurationEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| ECHO_SUPPRESSION_CHANGED : String = "echoSuppressionChanged" [static]
Event type dispatched to indicate echoSuppression has changed.
| AudioConfigurationEvent | ||
| GAIN_CHANGED : String = "gainChanged" [static]
Event type dispatched to indicate gain has changed.
| AudioConfigurationEvent | ||
| SILENCE_LEVEL_CHANGED : String = "silenceLevelChanged" [static]
Event type dispatched to indicate silence level has changed.
| AudioConfigurationEvent | ||
| SILENCE_TIMEOUT_CHANGED : String = "silenceTimeoutChanged" [static]
Event type dispatched to indicate silence Timeout has changed.
| AudioConfigurationEvent | ||
| AudioConfigurationEvent | () | constructor |
public function AudioConfigurationEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| ECHO_SUPPRESSION_CHANGED | constant |
public static const ECHO_SUPPRESSION_CHANGED:String = "echoSuppressionChanged"Event type dispatched to indicate echoSuppression has changed.
| GAIN_CHANGED | constant |
public static const GAIN_CHANGED:String = "gainChanged"Event type dispatched to indicate gain has changed.
| SILENCE_LEVEL_CHANGED | constant |
public static const SILENCE_LEVEL_CHANGED:String = "silenceLevelChanged"Event type dispatched to indicate silence level has changed.
| SILENCE_TIMEOUT_CHANGED | constant |
public static const SILENCE_TIMEOUT_CHANGED:String = "silenceTimeoutChanged"Event type dispatched to indicate silence Timeout has changed.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/events/AudioConfigurationEvent.html