public class AgoraImage
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
alpha
alpha of image
|
int |
height
Height of the image on the video.
|
java.lang.String |
url
HTTP/HTTPS URL address of the image on the video.
|
int |
width
Width of the image on the video.
|
int |
x
Position of the image on the upper left of the video on the horizontal axis.
|
int |
y
Position of the image on the upper left of the video on the vertical axis.
|
int |
zOrder
layer of image
|
Constructor and Description |
---|
AgoraImage() |
AgoraImage(java.lang.String url) |
public java.lang.String url
public int x
public int y
public int width
public int height
public int zOrder
public double alpha