RateControl class Null safety

Optional element to configure rate control related parameters.

Annotations

Constructors

RateControl(dynamic xmlFrameRateLimit, dynamic xmlEncodingInterval, dynamic xmlBitrateLimit)
RateControl.fromJson(Map<String, dynamic> json)
factory

Properties

bitrateLimit int
the maximum output bitrate in kbps
read-only
encodingInterval int
Interval at which images are encoded and transmitted. (A value of 1 means that every frame is encoded, a value of 2 means that every 2nd frame is encoded ...)
read-only
frameRateLimit int
Maximum output framerate in fps. If an EncodingInterval is provided the resulting encoded framerate will be reduced by the given factor.
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
xmlBitrateLimit → dynamic
@JsonKey(name: 'BitrateLimit'), final
xmlEncodingInterval → dynamic
@JsonKey(name: 'EncodingInterval'), final
xmlFrameRateLimit → dynamic
@JsonKey(name: 'FrameRateLimit'), final

Methods

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

Operators

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