ptzRamps property
- @JsonKey(name: 'PTZRamps', fromJson: OnvifUtil.nullableIntMappedFromXmlList)
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.nullableIntMappedFromXmlList)
final List<int>? ptzRamps;