zoomPositionSupported property

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

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

Implementation

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