VKRecorderPhotoDelegate
public protocol VKRecorderPhotoDelegate : AnyObject
Photo delegate, provides updates on photo related capture functionality.
-
Declaration
Swift
func vkRecorder(_ vkRecorder: VKRecorder, willCapturePhotoWithConfiguration photoConfiguration: VKRecorderPhotoConfiguration)
-
Declaration
Swift
func vkRecorder(_ vkRecorder: VKRecorder, didCapturePhotoWithConfiguration photoConfiguration: VKRecorderPhotoConfiguration)
-
Declaration
Swift
func vkRecorder(_ vkRecorder: VKRecorder, didProcessPhotoCaptureWith photoDict: [String : Any]?, photoConfiguration: VKRecorderPhotoConfiguration)
-
Declaration
Swift
func vkRecorder(_ vkRecorder: VKRecorder, didProcessRawPhotoCaptureWith photoDict: [String : Any]?, photoConfiguration: VKRecorderPhotoConfiguration)
-
Declaration
Swift
func vkRecorderDidCompletePhotoCapture(_ vkRecorder: VKRecorder)
-
Declaration
Swift
func vkRecorder(_ vkRecorder: VKRecorder, didFinishProcessingPhoto photo: AVCapturePhoto)