User Guide

Microphone 785
Properties inherited from class Object
Event summary
name:String [read-
only]
A string that specifies the name of the current sound
capture device, as returned by the sound capture
hardware.
static names:Array [read-
only]
Retrieves an array of strings reflecting the names of all
available sound capture devices without displaying
the Flash Player Privacy Settings panel.
rate:Number [read-
only]
The rate at which the microphone is capturing sound,
in kHz.
silenceLevel:Number
[read-only]
An integer that specifies the amount of sound required
to activate the microphone and invoke
Microphone.onActivity(true).
silenceTimeOut:Numbe
r
[read-only]
A numeric value representing the number of
milliseconds between the time the microphone stops
detecting sound and the time
Microphone.onActivity(false) is invoked.
useEchoSuppression:B
oolean
[read-only]
Property (read-only); a Boolean value of true if echo
suppression is enabled, false otherwise.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Event Description
onActivity =
function(active:
Boolean) {}
Invoked when the microphone starts or stops detecting sound.
onStatus =
function(infoObj
ect:Object) {}
Invoked when the user allows or denies access to the microphone.
Modifiers Property Description