codec property

  1. @JsonKey(name: 'Codec', fromJson: _fromJson)
List<Codec>? codec
final

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.

Implementation

@JsonKey(name: 'Codec', fromJson: _fromJson)
final List<Codec>? codec;