MultiplexVideoSettings class
The video configuration for each program in a multiplex.
Constructors
- MultiplexVideoSettings.new({int? constantBitrate, MultiplexStatmuxVideoSettings? statmuxSettings})
-
MultiplexVideoSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- constantBitrate → int?
-
The constant bitrate configuration for the video encode.
When this field is defined, StatmuxSettings must be undefined.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statmuxSettings → MultiplexStatmuxVideoSettings?
-
Statmux rate control settings.
When this field is defined, ConstantBitrate must be undefined.
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