bitrateLimit property
the maximum output bitrate in kbps
Implementation
@JsonKey(
name: 'BitrateLimit',
fromJson: OnvifUtil.mappedToInt,
)
final int bitrateLimit;
the maximum output bitrate in kbps
@JsonKey(
name: 'BitrateLimit',
fromJson: OnvifUtil.mappedToInt,
)
final int bitrateLimit;