Package app.pivo.android.prosdk.tracking
Class FrameMetadata
- java.lang.Object
-
- app.pivo.android.prosdk.tracking.FrameMetadata
-
public class FrameMetadata extends Object
Describing a frame info.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFrameMetadata.BuilderBuilder ofFrameMetadata.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeight()intgetLayoutHeight()intgetLayoutWidth()intgetRotation()intgetWidth()booleanisFrontCamera()booleanisOrientationLocked()
-
-
-
Method Detail
-
getLayoutWidth
public int getLayoutWidth()
-
getLayoutHeight
public int getLayoutHeight()
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
getRotation
public int getRotation()
-
isFrontCamera
public boolean isFrontCamera()
-
isOrientationLocked
public boolean isOrientationLocked()
-
-