RoomRtcRenderPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • RoomRtcRenderPlatform

Constructors

RoomRtcRenderPlatform()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createVideoRenderer(String roomUuid) Future<NEResult<int>>
detachLocalVideoRenderer(bool subStream, int textureId) Future<VoidResult>
detachRemoteVideoRenderer(String userUuid, bool subStream, int textureId) Future<VoidResult>
disposeVideoRenderer(int textureId) Future<VoidResult>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setMirror(int textureId, bool mirror) Future<VoidResult>
setupLocalSubStreamVideoRenderer(int textureId) Future<VoidResult>
setupLocalVideoRenderer(int textureId) Future<VoidResult>
setupRemoteSubStreamVideoRenderer(String userUuid, int textureId) Future<VoidResult>
setupRemoteVideoRenderer(String userUuid, int textureId) Future<VoidResult>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance RoomRtcRenderPlatform
getter/setter pair