VideoRateControl2 class

Optional element to configure rate control related parameters.

Annotations
  • @JsonSerializable()

Constructors

VideoRateControl2({required bool constantBitRate, required double frameRateLimit, required int bitrateLimit})
VideoRateControl2.fromJson(Map<String, dynamic> json)
factory

Properties

bitrateLimit int
the maximum output bitrate in kbps
final
constantBitRate bool
Enforce constant bitrate.
final
frameRateLimit double
Desired frame rate in fps. The actual rate may be lower due to e.g. performance limitations.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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