NERtcLiveStreamImageInfo class

推流背景图片设置

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.
no setterinherited
height int
图片在主画面的显示高度,图片底边超出主画面会失败, 默认主画面高度
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
图片地址url
getter/setter pair
width int
图片在主画面的显示宽度,图片右边超出主画面会失败 , 默认主画面宽度
getter/setter pair
x int
图片离主画面左边距 , 默认 0
getter/setter pair
y int
图片离主画面上边距 , 默认 0
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.
override

Operators

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