Codec class

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.

Annotations
  • @JsonSerializable()

Constructors

Codec({required String encoding, required int number})
Codec.fromJson(Map<String, dynamic> json)
factory

Properties

encoding String
Video Media Subtype for the video format. For definitions see tt:VideoEncodingMimeNames and IANA Media Types.
final
hashCode int
The hash code for this object.
no setterinherited
number int
The minimum guaranteed number of encoder instances (applications) for the VideoSourceConfiguration.
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.
override

Operators

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