class flash.media.Microphone extends EventDispatcher

Class Fields

static var isSupported:Bool

static var names:Array<Dynamic>

static function getMicrophone(?index:Int): Microphone

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from EventDispatcher

function addEventListener(type:String, listener:Dynamic ->Void?useCapture:Bool, ?priority:Int, ?useWeakReference:Bool):Void
function dispatchEvent(event:Event):Bool
function hasEventListener(type:String):Bool
function removeEventListener(type:String, listener:Dynamic ->Void?useCapture:Bool):Void
function toString():String
function willTrigger(type:String):Bool

var rate:Int

function new(): Void

function setLoopBack(?state:Bool): Void

function setSilenceLevel(silenceLevel:Float, ?timeout:Int): Void

function setUseEchoSuppression(useEchoSuppression:Bool): Void