CustomLocalRender class

Parameters of local video rendering with external texture

Constructors

CustomLocalRender({required String userId, required bool isFront, required int streamType, required int width, required int height})

Properties

hashCode → int
The hash code for this object.
no setterinherited
height ↔ int
Displayed video height
getter/setter pair
isFront ↔ bool
Whether it is the front camera
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
streamType ↔ int
Only TRTCCloudDef.TRTC_VIDEO_STREAM_TYPE_BIG and TRTCCloudDef.TRTC_VIDEO_STREAM_TYPE_SUB are supported.
getter/setter pair
userId ↔ String
User ID
getter/setter pair
width ↔ int
Displayed video width
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.
inherited

Operators

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