stopClipBuffering(completionHandler:)
Stops buffering a clip recording.
Declaration
func stopClipBuffering(completionHandler: (@Sendable ((any Error)?) -> Void)? = nil)func stopClipBuffering() async throwsParameters
- completionHandler:
The system invokes this closure after recording stops. The system passes an error object to the closure if it encountered a problem.