frameRateLimit property

  1. @JsonKey(name: 'FrameRateLimit', fromJson: OnvifUtil.doubleMappedFromXml)
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.doubleMappedFromXml)
final double frameRateLimit;