Language version: | ActionScript 3.0 |
The MicrophoneEnhancedMode class is an enumeration of constant values used in setting the
mode
property
of
MicrophoneEnhancedOptions
class.
Note: This feature is not available on iOS.
public static const FULL_DUPLEX:String = "fullDuplex"
Language version: | ActionScript 3.0 |
Use this mode to allow both parties to talk at the same time. Acoustic echo cancellation operates in full-duplex mode.
Full-duplex mode is the highest quality echo cancellation. This mode requires
high-quality microphones and speakers and the most computing power. Do not use this mode with a USB microphone.
public static const HALF_DUPLEX:String = "halfDuplex"
Language version: | ActionScript 3.0 |
Use this mode for older and lower-quality speakers and microphones. Acoustic echo cancellation operates in half-duplex mode.
In half-duplex mode, only one party can speak at a time. Half-duplex mode requires simpler
processing than full-duplex mode. Half-duplex mode is the default mode for USB microphone devices.
If the application uses the default enhancedOptions
setting and a USB mic, Flash Player automatically switches to halfDuplex
mode.
If the application uses the default enhancedOptions
setting and the built-in microphone, Flash Player uses fullDuplex
mode.
public static const HEADSET:String = "headset"
Language version: | ActionScript 3.0 |
Use this mode when both parties are using headsets. Acoustic echo cancellation operates in low-echo mode. This mode requires the least amount
of computing power.
public static const OFF:String = "off"
Language version: | ActionScript 3.0 |
All enhanced microphone functionality is off.
public static const SPEAKER_MUTE:String = "speakerMute"
Language version: | ActionScript 3.0 |
Use this mode when the speaker is muted. In this mode, acoustic echo cancellation is off.
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00