| Package | com.adobe.rtc.clientManagers |
| Class | public class MicrophoneManager |
| Inheritance | MicrophoneManager flash.events.EventDispatcher |
AudioPublisher component uses it for getting and setting various microphone Properties. Applications that use microphones use this component to alter the various settings when AudioPublisher is not used. AudioPublisher also identifies which microphone is currently selected.
See also
| Property | Defined by | ||
|---|---|---|---|
| echoSuppression : Boolean
Returns ture if there is echosuppression.
| MicrophoneManager | ||
| gain : Number
Gain accepts values from 0% to 100% of the microphone's volume.
| MicrophoneManager | ||
| micIndex : Number
Returns are microphone index.
| MicrophoneManager | ||
| micState : Object
Returns the index and gain.
| MicrophoneManager | ||
| selectedMic : Microphone [read-only]
Returns the currently selected microphone.
| MicrophoneManager | ||
| silenceLevel : Number
Returns the silence level.
| MicrophoneManager | ||
| silenceTimeout : int
Returns the silence timeout.
| MicrophoneManager | ||
| Property | Defined by | ||
|---|---|---|---|
| _creating : Boolean = false [static]
| MicrophoneManager | ||
| Method | Defined by | ||
|---|---|---|---|
| MicrophoneManager | |||
|
[static]
Getting the MicrophoneManager Instance.
| MicrophoneManager | ||
| _creating | property |
protected static var _creating:Boolean = false
| echoSuppression | property |
echoSuppression:Boolean [read-write]Returns ture if there is echosuppression.
Implementation public function get echoSuppression():Boolean
public function set echoSuppression(value:Boolean):void
| gain | property |
gain:Number [read-write]Gain accepts values from 0% to 100% of the microphone's volume.
Implementation public function get gain():Number
public function set gain(value:Number):void
| micIndex | property |
micIndex:Number [read-write]Returns are microphone index.
Implementation public function get micIndex():Number
public function set micIndex(value:Number):void
| micState | property |
micState:Object [read-write]Returns the index and gain.
Implementation public function get micState():Object
public function set micState(value:Object):void
| selectedMic | property |
selectedMic:Microphone [read-only]Returns the currently selected microphone.
Implementation public function get selectedMic():Microphone
| silenceLevel | property |
silenceLevel:Number [read-write]Returns the silence level.
Implementation public function get silenceLevel():Number
public function set silenceLevel(value:Number):void
| silenceTimeout | property |
silenceTimeout:int [read-write]Returns the silence timeout.
Implementation public function get silenceTimeout():int
public function set silenceTimeout(value:int):void
| MicrophoneManager | () | constructor |
public function MicrophoneManager()
| getInstance | () | method |
public static function getInstance():MicrophoneManagerGetting the MicrophoneManager Instance. It is created the first time the application calls it.
ReturnsMicrophoneManager |
| activity | event |
| status | event |
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/clientManagers/MicrophoneManager.html