defaultPtzTimeout property

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