panTiltPositionSupported property
- @JsonKey(name: 'PanTiltPositionSupported', fromJson: OnvifUtil.nullableBoolMappedFromXml)
final
True if the device is able to stream the pan or tilt position
Implementation
@JsonKey(
name: 'PanTiltPositionSupported',
fromJson: OnvifUtil.nullableBoolMappedFromXml)
final bool? panTiltPositionSupported;