Macromedia flash media server 2-client-side actionscript language reference for flash media server 2 ユーザーズマニュアル

ページ / 156
46
Client-Side ActionScript Language Reference
Microphone.muted
Availability
Flash Player 6.
Flash Media Server (not required).
Usage
public muted : Boolean [read-only]
Description
Property (read-only); a Boolean value that specifies whether the user has denied access to the 
microphone (
true
) or allowed access (
false
). When this value changes, 
 is invoked. For more information, see 
Example
This example gets the default microphone and checks whether it is muted:
var active_mic:Microphone = Microphone.get();
trace(active_mic.muted);
See also
Microphone.name
Availability
Flash Player 6.
Flash Media Server (not required).
Usage
public name : String [read-only]
Description
Property (read-only); a string that specifies the name of the current sound capture device, as 
returned by the sound capture hardware.