The CameraPosition object defines constants for the position property of the Camera object.


Each of these constants represents a set of values for the Camera's position property.


Lib.Media.CameraPosition.BACK

The Camera.position property returns this for a back camera.

string, "back"

Lib.Media.CameraPosition.FRONT

The Camera.position property returns this for a front camera.

string, "front"

Lib.Media.CameraPosition.UNKNOWN

The Camera.position property returns this when the position of the Camera cannot be determined.

string, "unknown"

Created with the Personal Edition of HelpNDoc: Full-featured Help generator