M > Microphone.name

 

Microphone.name

Microphone, audio, sound, Microphone.name, name

Communications/Microphone/Properties/name

Availability

Flash Player 6.

Usage

activeMicrophone.name

Description

Read-only property; a string that specifies the name of the current sound capture device, as returned by the sound capture hardware.

Example

The following example displays the name of the default microphone in the Output window.

myMic = Microphone.get();
trace("The microphone name is: " + myMic.name);

See also

Microphone.get, Microphone.names