NERtcScreenShare class

Constructors

NERtcScreenShare(String? broadcastAppGroup)

Properties

broadcastAppGroup String?
final
broadcastCallback NERtcScreenShareBroadcastCallback?
getter/setter pair
broadcastStartedFuture Future
no setter
featureSupported bool
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearBroadcastCallback() → void
launchBroadcastUI() Future<bool>
返回true表示打开系统UI成功,否则返回false
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBroadcastCallback(NERtcScreenShareBroadcastCallback broadcastCallback) → void
setup() Future<bool>
返回true表示初始化成功,否则返回false
stopBroadcast() Future<bool>
停止直播进程
toString() String
A string representation of this object.
inherited

Operators

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

Constants

reportIntervalInSecond → const int
共享数据上报时间间隔
tag → const String