Resource Base
Table of contents

CameraPosition

Enumeration CameraPosition describes the camera position.

@IntDef({CP_FRONT,CP_BACK})
@Retention(RetentionPolicy.CLASS)
public @interface EnumCameraPosition {
   // The back-facing camera.
   int CP_BACK= 0;
   // The front-facing camera.
   int CP_FRONT = 1;
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: