NERtcScreenConfig class

屏幕录制编码参数

Constructors

NERtcScreenConfig()

Properties

bitrate int
视频编码码率,单位为Kbps。 0:表示使用默认码率,手动设置请参考码表
read / write
contentPrefer int
屏幕共享编码策略倾向
read / write
frameRate int
视频编码帧率
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
minBitrate int
视频编码最小码率,单位为Kbps。直播场景下使用,0:表示使用默认
read / write
minFrameRate int
最小帧率。0:表示使用默认帧率
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
videoProfile int
视频档位,默认高清模式
read / write

Methods

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

Operators

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