defaultPtzTimeout property

  1. @JsonKey(name: 'DefaultPTZTimeout', fromJson: OnvifUtil.nullableStringMappedFromXml)
String? defaultPtzTimeout
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;