bitRate property

  1. @JsonKey(name: 'Bitrate', fromJson: OnvifUtil.mappedToInt)
int bitRate
final

The output bitrate in kbps.

Implementation

@JsonKey(name: 'Bitrate', fromJson: OnvifUtil.mappedToInt)
final int bitRate;