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