panTiltStatusSupported property
- @JsonKey(name: 'PanTiltStatusSupported', fromJson: OnvifUtil.boolMappedFromXml)
final
True if the device is able to stream pan or tilt status information.
Implementation
@JsonKey(
name: 'PanTiltStatusSupported', fromJson: OnvifUtil.boolMappedFromXml)
final bool panTiltStatusSupported;