Flash Player 6。
activeMicrophone.name
activeMicrophone
只读属性;指定当前声音捕获设备的名称的字符串,它由声音捕获硬件返回。
以下示例显示“输出”面板中默认麦克风的名称。
myMic = Microphone.get(); trace("The microphone name is:" + myMic.name);
Microphone.get()、Microphone.names