Capture
public protocol Capture
This protocol for a camera capture information.
-
The id of the capture.
Declaration
Swift
var id: String -
The state of the capture.
Declaration
Swift
var state: CaptureState -
The capture method of the capture.
Declaration
Swift
var method: CaptureMethod
Capture Protocol Reference