CameraStorage
public protocol CameraStorage
This protocol for camera storage.
-
The id of the storage
Declaration
Swift
var id: String
-
true
if the storage is available.Declaration
Swift
var isAvailable: Bool
-
The number of possible still image shots based on current settings.
Declaration
Swift
var remainingPictures: Int
-
The image list in the storage.
Declaration
Swift
var images: [CameraImage]
-
The acquisition status of image list in the storage.
Declaration
Swift
var listImagesState: StorageListImagesState
-
The permission of the storage.
Declaration
Swift
var permission: StoragePermission
-
The type of the storage.
Declaration
Swift
var type: StorageType