CBLCameraLocation
Objective-C
enum CBLCameraLocation : NSInteger {}
Swift
enum CameraLocation : Int, @unchecked Sendable
Camera location identifiers for performing manual camera lookups.
-
The camera is located at a known IP address.
Declaration
Objective-C
CBLCameraLocationSpecifiedIPAddress = 0Swift
case specifiedIPAddress = 0 -
The camera is located at the gateway of a network interface.
Declaration
Objective-C
CBLCameraLocationGateway = 1Swift
case gateway = 1