CBLPropertyCommonValueImageDestination
Objective-C
enum CBLPropertyCommonValueImageDestination : CBLPropertyCommonValue {}
Swift
enum PropertyCommonValueImageDestination : PropertyCommonValue, @unchecked Sendable
Image destination setting common values.
-
Images will be saved to the camera storage only.
Declaration
Objective-C
CBLPropertyCommonValueImageDestinationCamera = 501
Swift
case camera = 501
-
Images will be saved to the connected host (i.e., the CascableCore client) and not camera storage.
Declaration
Objective-C
CBLPropertyCommonValueImageDestinationConnectedHost = 502
Swift
case connectedHost = 502
-
Images will be saved to both camera storage and the connected host (i.e., the CascableCore client).
Declaration
Objective-C
CBLPropertyCommonValueImageDestinationCameraAndHost = 503
Swift
case cameraAndHost = 503