encodingInterval property
Interval at which images are encoded and transmitted. (A value of 1 means that every frame is encoded, a value of 2 means that every 2nd frame is encoded ...)
Implementation
@JsonKey(
name: 'EncodingInterval',
fromJson: OnvifUtil.mappedToInt,
)
final int encodingInterval;