zoomPositionSupported property

  1. @JsonKey(name: 'ZoomPositionSupported', fromJson: OnvifUtil.nullableBoolMappedFromXml)
bool? zoomPositionSupported
final

True if the device is able to stream zoom position information.

Implementation

@JsonKey(
    name: 'ZoomPositionSupported',
    fromJson: OnvifUtil.nullableBoolMappedFromXml)
final bool? zoomPositionSupported;