NERtcLiveStreamImageInfo class Null safety

推流背景图片设置

Constructors

NERtcLiveStreamImageInfo({String? url, int x = 0, int y = 0, int width = 0, int height = 0})

Properties

hashCode int
The hash code for this object.
read-only, inherited
height int
图片在主画面的显示高度,图片底边超出主画面会失败, 默认主画面高度
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
url String?
图片地址url
read / write
width int
图片在主画面的显示宽度,图片右边超出主画面会失败 , 默认主画面宽度
read / write
x int
图片离主画面左边距 , 默认 0
read / write
y int
图片离主画面上边距 , 默认 0
read / write

Methods

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

Operators

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