AgoraImage class

Agora image properties. A class for setting the properties of the watermark and background images.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

AgoraImage(String url, {int? x, int? y, int? width, int? height})
Constructs a AgoraImage

Properties

hashCode int
The hash code for this object.
no setterinherited
height int?
Height of the image on the broadcasting video.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
HTTP/HTTPS URL address of the image on the broadcasting video. The maximum length of this parameter is 1024 bytes.
getter/setter pair
width int?
Width of the image on the broadcasting video.
getter/setter pair
x int?
Position of the image on the upper left of the broadcasting video on the horizontal axis.
getter/setter pair
y int?
Position of the image on the upper left of the broadcasting video on the vertical axis.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited