-
public class FrameMetadataDescribing a frame info.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classFrameMetadata.BuilderBuilder of FrameMetadata.
-
Field Summary
Fields Modifier and Type Field Description private final intwidthprivate final intheightprivate intlayoutWidthprivate intlayoutHeightprivate final introtation
-
Method Summary
Modifier and Type Method Description intgetWidth()intgetHeight()intgetLayoutWidth()intgetLayoutHeight()intgetRotation()booleanisFrontCamera()booleanisOrientationLocked()-
-
Method Detail
-
getWidth
int getWidth()
-
getHeight
int getHeight()
-
getLayoutWidth
int getLayoutWidth()
-
getLayoutHeight
int getLayoutHeight()
-
getRotation
int getRotation()
-
isFrontCamera
boolean isFrontCamera()
-
isOrientationLocked
boolean isOrientationLocked()
-
-
-
-