ZoomLimits

public struct ZoomLimits : OwnedInstanceProtocol

This struct describes the PTZ Z-limits for a profile.

  • This is us.

    Declaration

    Swift

    public let owner: RVS_ONVIF!
  • The range (inclusive) of values for the zoom (Z-axis, but it’s called “X” in this).

    Declaration

    Swift

    public let xRange: ClosedRange<Float>
  • uri

    The standard URI.

    Declaration

    Swift

    public let uri: URL