Package io.agora.rtc2.video
Class AgoraImage
java.lang.Object
io.agora.rtc2.video.AgoraImage
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleThe transparency of the watermark or background image.intThe height (px) of the image on the video frame.The HTTP/HTTPS URL address of the image in the live video.intThe width (px) of the image on the video frame.intThe x-coordinate (px) of the image on the video frame (taking the upper left corner of the video frame as the origin).intThe y-coordinate (px) of the image on the video frame (taking the upper left corner of the video frame as the origin).intThe layer index of the watermark or background image. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
url
The HTTP/HTTPS URL address of the image in the live video. The maximum length of this parameter is 1024 bytes. -
x
public int xThe x-coordinate (px) of the image on the video frame (taking the upper left corner of the video frame as the origin). -
y
public int yThe y-coordinate (px) of the image on the video frame (taking the upper left corner of the video frame as the origin). -
width
public int widthThe width (px) of the image on the video frame. -
height
public int heightThe height (px) of the image on the video frame. -
zOrder
public int zOrderThe layer index of the watermark or background image. When you use the watermark array to add a watermark or multiple watermarks, you must pass a value to `zOrder` in the range [1,255]; otherwise, the SDK reports an error. In other cases, `zOrder` can optionally be passed in the range [0,255], with 0 being the default value. 0 means the bottom layer and 255 means the top layer. -
alpha
public double alphaThe transparency of the watermark or background image. The range of the value is [0.0,1.0]: - 0.0: Completely transparent. - 1.0: (Default) Opaque.
-
-
Constructor Details
-
AgoraImage
public AgoraImage() -
AgoraImage
-