defaultPtzTimeout property
- @JsonKey(name: 'DefaultPTZTimeout', fromJson: OnvifUtil.nullableStringMappedFromXml)
final
If the PTZ Node supports continuous movements, it shall specify a default timeout, after which the movement stops.
Implementation
@JsonKey(
name: 'DefaultPTZTimeout',
fromJson: OnvifUtil.nullableStringMappedFromXml)
final String? defaultPtzTimeout;