Package | flash.media |
Class | public final class AudioOutputChangeReason |
Inheritance | AudioOutputChangeReason Object |
Language version: | ActionScript 3.0 |
Runtime version: | AIR 28 |
See also
Constant | Defined by | ||
---|---|---|---|
DEVICE_CHANGE : String = "deviceChange" [static]
Audio Output is changed because system device has been added or removed.
| AudioOutputChangeReason | ||
USER_SELECTION : String = "userSelection" [static]
Audio Output is changed by user selecting a different device.
| AudioOutputChangeReason |
DEVICE_CHANGE | constant |
public static const DEVICE_CHANGE:String = "deviceChange"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 28 |
Audio Output is changed because system device has been added or removed.
USER_SELECTION | constant |
public static const USER_SELECTION:String = "userSelection"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 28 |
Audio Output is changed by user selecting a different device.