bitRate property Null safety
- @JsonKey(name: 'Bitrate', fromJson: OnvifUtil.mappedToInt)
final
The output bitrate in kbps.
Implementation
@JsonKey(name: 'Bitrate', fromJson: OnvifUtil.mappedToInt)
final int bitRate;
The output bitrate in kbps.
@JsonKey(name: 'Bitrate', fromJson: OnvifUtil.mappedToInt)
final int bitRate;