NERtcVideoConfig class Null safety
视频设置参数
Constructors
Properties
- bitrate ↔ int
-
视频编码码率,单位为Kbps。 0:表示使用默认码率,手动设置请参考码表
read / write
- cameraType ↔ int
-
Camera 类型,仅 Android 平台支持
read / write
- degradationPrefer ↔ int
-
带宽受限时的视频编码降级偏好
read / write
- frameRate ↔ int
-
视频编码帧率
read / write
- frontCamera ↔ bool
-
摄像头位置,默认前置摄像头
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- height ↔ int
-
自定义高 <=0 表示采用 videoProfile 档位
read / write
- 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
- videoCropMode ↔ int
-
视频裁剪模式
read / write
- videoProfile ↔ int
-
视频档位,默认高清模式
read / write
- width ↔ int
-
自定义宽 <=0 表示采用 videoProfile 档位
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited