RateControl class
Optional element to configure rate control related parameters.
- Annotations
-
- @JsonSerializable()
Constructors
- RateControl.new(dynamic xmlFrameRateLimit, dynamic xmlEncodingInterval, dynamic xmlBitrateLimit)
-
RateControl.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bitrateLimit → int
-
the maximum output bitrate in kbps
no setter
- 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 ...)
no setter
- frameRateLimit → int
-
Maximum output framerate in fps. If an EncodingInterval is provided the
resulting encoded framerate will be reduced by the given factor.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- xmlBitrateLimit → dynamic
-
final
- xmlEncodingInterval → dynamic
-
final
- xmlFrameRateLimit → dynamic
-
final
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited