guaranteedFrameRate property

  1. @JsonKey(name: 'GuaranteedFrameRate', fromJson: OnvifUtil.nullableBoolMappedFromXml)
bool? guaranteedFrameRate
getter/setter pair

A value of true indicates that frame rate is a fixed value rather than an upper limit, and that the video encoder shall prioritize frame rate over all other adaptable configuration values such as bitrate. Default is false.

Implementation

@JsonKey(
    name: 'GuaranteedFrameRate',
    fromJson: OnvifUtil.nullableBoolMappedFromXml)
bool? guaranteedFrameRate = false;