M > Microphone (object) |
![]() ![]() ![]() |
Microphone (object)
Microphone, audio, sound
Communications/Microphone
Availability
Flash Player 6.
Note: The Microphone object is available only in the expert mode of the Actions panel.
The Microphone object lets you capture audio from a microphone attached to the computer that is running the Macromedia Flash Player.
The Microphone object is primarily for use with the Macromedia Flash Communication Server MX, but can be used in a limited fashion with Macromedia Flash MX.
You can use a Microphone object without a serverfor example, to transmit sound from your microphone through the speakers on your local system.
To create or reference a Microphone object, use the Microphone.get
method.
Method Description Returns a default or specified Microphone object, or Specifies the amount by which the microphone should boost the signal. Specifies the rate at which the microphone should capture sound, in kHz. Specifies the amount of sound required to activate the microphone. Specifies whether to use the echo suppression feature of the audio codec.
Method summary for the Microphone object
null
if the microphone is not available.
Microphone, audio, sound
Property (read-only) Description The amount of sound the microphone is detecting. The amount by which the microphone boosts the signal before transmitting it. The index of the current microphone. A Boolean value that specifies whether the user has allowed or denied access to the microphone. The name of the current sound capture device, as returned by the sound capture hardware. Class property: an array of strings reflecting the names of all available sound capture devices, including sound cards and microphones. The sound capture rate, in kHz. The amount of sound required to activate the microphone. The number of milliseconds between the time the microphone stops detecting sound and the time A Boolean value that specifies whether echo suppression is being used.
Property summary for the Microphone object
Microphone.onActivity
(false)
is called.
Microphone, audio, sound
Method Description Invoked when the microphone starts or stops detecting sound. Invoked when the user allows or denies access to the microphone.
Event handler summary for the Microphone object
Microphone, audio, sound
Constructor for the Microphone object
See Microphone.get
.
![]() ![]() ![]() |