User Guide
40 Client-Side ActionScript Language Reference
Event handler summary for the Microphone class
Constructor for the Microphone class
See Microphone.get().
Microphone.activityLevel
Availability
■ Flash Player 6.
■ Flash Media Server (not required).
Usage
public activityLevel : Number [read-only]
Microphone.muted A Boolean value that specifies whether the user has
allowed or denied access to the microphone.
Microphone.name The name of the current sound capture device, as
returned by the sound capture hardware.
Microphone.names Class property: an array of strings reflecting the names
of all available sound capture devices, including sound
capture cards and microphones.
Microphone.rate The sound capture rate, in kHz.
Microphone.silenceLevel The amount of sound required to activate the
microphone.
Microphone.silenceTimeout The number of milliseconds between the time the
microphone stops detecting sound and the time
Microphone.onActivity(false) is called.
Microphone.useEchoSuppression A Boolean value that specifies whether echo
suppression is being used.
Method Description
Microphone.onActivity Invoked when the microphone starts or stops detecting
sound.
Microphone.onStatus Invoked when the user allows or denies access to the
microphone.
Property (read-only) Description