Contents

startClipBuffering(completionHandler:)

Starts buffering a clip recording.

Declaration

func startClipBuffering(completionHandler: (@Sendable ((any Error)?) -> Void)? = nil)
func startClipBuffering() async throws

Parameters

  • completionHandler:

    The system invokes this closure when recording starts. The system passes an error object to the closure if it encountered a problem.

Discussion

See Also

Performing Clip Recording