Class AgoraImage

java.lang.Object
io.agora.rtc2.video.AgoraImage

public class AgoraImage extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    double
    alpha of image
    int
    Height of the image on the video.
    HTTP/HTTPS URL address of the image on the video.
    int
    Width of the image on the video.
    int
    Position of the image on the upper left of the video on the horizontal axis.
    int
    Position of the image on the upper left of the video on the vertical axis.
    int
    layer of image
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • url

      public String url
      HTTP/HTTPS URL address of the image on the video. The maximum length of this parameter is 1024 bytes.
    • x

      public int x
      Position of the image on the upper left of the video on the horizontal axis.
    • y

      public int y
      Position of the image on the upper left of the video on the vertical axis.
    • width

      public int width
      Width of the image on the video.
    • height

      public int height
      Height of the image on the video.
    • zOrder

      public int zOrder
      layer of image
    • alpha

      public double alpha
      alpha of image
  • Constructor Details

    • AgoraImage

      public AgoraImage()
    • AgoraImage

      public AgoraImage(String url)