frameRateLimit property

  1. @JsonKey(name: 'FrameRateLimit', fromJson: OnvifUtil.mappedToDouble)
double frameRateLimit
final

Desired frame rate in fps. The actual rate may be lower due to e.g. performance limitations.

Implementation

@JsonKey(
  name: 'FrameRateLimit',
  fromJson: OnvifUtil.mappedToDouble,
)
final double frameRateLimit;