ptzRamps property

  1. @JsonKey(name: 'PTZRamps', fromJson: OnvifUtil.nullableMappedToIntList)
List<int>? ptzRamps
final

The list of acceleration ramps supported by the device. The smallest acceleration value corresponds to the minimal index, the highest acceleration corresponds to the maximum index.

Implementation

@JsonKey(name: 'PTZRamps', fromJson: OnvifUtil.nullableMappedToIntList)
final List<int>? ptzRamps;