NERoomLiveController class abstract

Inheritance
Annotations
  • @HawkEntryPoint()

Constructors

NERoomLiveController()

Properties

hashCode int
The hash code for this object.
no setterinherited
isSupported bool
功能是否支持
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAttachment(Object key, dynamic attachment) → void
inherited
addLiveStreamTask(NERoomLiveStreamTaskInfo taskInfo) Future<VoidResult>
clearAttachments() → void
inherited
ensureAttachment<T>(Object key) → T
inherited
getAttachment<T>(Object key) → T?
inherited
getLiveInfo() Future<NEResult<NERoomLiveInfo?>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeAttachment(Object key) → void
inherited
removeLiveStreamTask(String taskID) Future<VoidResult>
startLive(NERoomLiveRequest request) Future<NEResult<NERoomLiveInfo?>>
stopLive() Future<VoidResult>
toString() String
A string representation of this object.
inherited
updateLive(NERoomLiveRequest request) Future<NEResult<NERoomLiveInfo?>>
updateLiveStreamTask(NERoomLiveStreamTaskInfo taskInfo) Future<VoidResult>

Operators

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