public class MobileRTCRenderInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
heightPercent
The percentage that the video unit height occupies the total one of the monitor.
|
int |
widthPercent
The percentage that the video unit width occupies the total one of the monitor.
|
int |
xPercent
The percentage of the left video frame apart from the edge of the monitor.
|
int |
yPercent
The percentage of the top video frame apart from the edge of the monitor.
|
Constructor and Description |
---|
MobileRTCRenderInfo(int xPercent,
int yPercent,
int widthPercent,
int heightPercent) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public int xPercent
public int yPercent
public int widthPercent
public int heightPercent