CustomLocalRender class Null safety

本地外接纹理渲染本地视频参数

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. [...]
read-only, inherited
height int
视频显示的高度
read / write
isFront bool
是否是前置摄像头
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
streamType int
仅支持 TRTCCloudDef.TRTC_VIDEO_STREAM_TYPE_BIG 和 TRTCCloudDef.TRTC_VIDEO_STREAM_TYPE_SUB。
read / write
userId String
用户标识
read / write
width int
视频显示的宽度
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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