Package | flash.media |
Class | public final class CameraPosition |
Inheritance | CameraPosition Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 3.0 |
position
property of the
Camera class.
Related API Elements
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
BACK : String = "back" [static]
The camera on the side of the device opposite the display, facing away from the user. | CameraPosition | ||
FRONT : String = "front" [static]
The camera on the display side of the device, facing the user. | CameraPosition | ||
UNKNOWN : String = "unknown" [static]
The camera position cannot be determined. | CameraPosition |
Constant Detail
BACK | Constant |
public static const BACK:String = "back"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 3.0 |
The camera on the side of the device opposite the display, facing away from the user.
FRONT | Constant |
public static const FRONT:String = "front"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 3.0 |
The camera on the display side of the device, facing the user.
UNKNOWN | Constant |
public static const UNKNOWN:String = "unknown"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 3.0 |
The camera position cannot be determined. This is the default value.
Mon Nov 28 2011, 06:48 AM -08:00