Package io.agora.rtc2.video
Class AgoraImage
java.lang.Object
io.agora.rtc2.video.AgoraImage
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoublealpha of imageintHeight of the image on the video.HTTP/HTTPS URL address of the image on the video.intWidth of the image on the video.intPosition of the image on the upper left of the video on the horizontal axis.intPosition of the image on the upper left of the video on the vertical axis.intlayer of image -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
url
HTTP/HTTPS URL address of the image on the video. The maximum length of this parameter is 1024 bytes. -
x
public int xPosition of the image on the upper left of the video on the horizontal axis. -
y
public int yPosition of the image on the upper left of the video on the vertical axis. -
width
public int widthWidth of the image on the video. -
height
public int heightHeight of the image on the video. -
zOrder
public int zOrderlayer of image -
alpha
public double alphaalpha of image
-
-
Constructor Details
-
AgoraImage
public AgoraImage() -
AgoraImage
-