public static class IRtcEngineEventHandler.AgoraFacePositionInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
distance
The distance (cm) between the human face and the screen.
|
int |
height
The height (px) of the human face in the captured video.
|
int |
width
The width (px) of the human face in the captured video.
|
int |
x
The x coordinate (px) of the human face in the local video.
|
int |
y
The y coordinate (px) of the human face in the local video.
|
Constructor and Description |
---|
AgoraFacePositionInfo() |
public int x
public int y
public int width
public int height
public int distance