VideoEncoderConfig class
视频流参数描述
Properties
- encoderPreference ↔ VideoEncoderPreference
- 
  编码策略偏好
  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
- 
  视频最小编码码率, 单位 kbps。编码码率不会低于 minBitrate。
 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