frameRateLimit property

  1. @JsonKey(name: 'FrameRateLimit', fromJson: OnvifUtil.intMappedFromXml)
int frameRateLimit
final

Maximum output framerate in fps. If an EncodingInterval is provided the resulting encoded framerate will be reduced by the given factor.

Implementation

@JsonKey(
  name: 'FrameRateLimit',
  fromJson: OnvifUtil.intMappedFromXml,
)
final int frameRateLimit;