PanTiltLimits
public struct PanTiltLimits
This struct describes the PTZ XY-limits for a profile.
-
This is us.
Declaration
Swift
public let owner: RVS_ONVIF!
-
The range (inclusive) of values for the pan (X-axis).
Declaration
Swift
public let xRange: ClosedRange<Float>
-
The range (inclusive) of values for the tilt (Y-axis).
Declaration
Swift
public let yRange: ClosedRange<Float>
-
The standard URI.
Declaration
Swift
public let uri: URL