Info class

The minimum guaranteed total number of encoder instances (applications) per VideoSourceConfiguration.

Annotations
  • @JsonSerializable()

Constructors

Info({List<Codec>? codec, required int total})
Info.fromJson(Map<String, dynamic> json)
factory

Properties

codec List<Codec>?
If a device limits the number of instances for respective Video Codecs the response contains the information how many streams can be set up at the same time per VideoSource.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
total int
The minimum guaranteed total number of encoder instances (applications) per VideoSourceConfiguration. The device is able to deliver the Total number of streams
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.
override

Operators

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