NERtcScreenConfig class
屏幕录制编码参数
Constructors
Properties
- bitrate ↔ int
-
视频编码码率,单位为Kbps。 0:表示使用默认码率,手动设置请参考码表
getter/setter pair
- contentPrefer ↔ int
-
屏幕共享编码策略倾向
getter/setter pair
- frameRate ↔ int
-
视频编码帧率
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- minBitrate ↔ int
-
视频编码最小码率,单位为Kbps。直播场景下使用,0:表示使用默认
getter/setter pair
- minFrameRate ↔ int
-
最小帧率。0:表示使用默认帧率
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- videoProfile ↔ int
-
视频档位,默认高清模式
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited