ScreenVideoEncoderConfig class

屏幕流编码配置。参考 设置视频发布参数

Properties

encoderPreference ScreenVideoEncoderPreference
屏幕流编码模式。参见 ScreenVideoEncoderPreference.
getter/setter pair
frameRate int
视频帧率,单位:fps
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
视频高度,单位:px
getter/setter pair
maxBitrate int
最大编码码率,使用 SDK 内部采集时可选设置,自定义采集时必须设置,单位:kbps
getter/setter pair
minBitrate int
最小编码码率,使用 SDK 内部采集时可选设置,自定义采集时必须设置,单位:kbps。
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
视频宽度,单位:px
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