MultiplexStatmuxVideoSettings class

Statmux rate control settings

Constructors

MultiplexStatmuxVideoSettings({int? maximumBitrate, int? minimumBitrate, int? priority})
MultiplexStatmuxVideoSettings.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
maximumBitrate int?
Maximum statmux bitrate.
final
minimumBitrate int?
Minimum statmux bitrate.
final
priority int?
The purpose of the priority is to use a combination of the\nmultiplex rate control algorithm and the QVBR capability of the\nencoder to prioritize the video quality of some channels in a\nmultiplex over others. Channels that have a higher priority will\nget higher video quality at the expense of the video quality of\nother channels in the multiplex with lower priority.
final
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.
inherited

Operators

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