Contents

stopClipBuffering(completionHandler:)

Stops buffering a clip recording.

Declaration

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

Parameters

  • completionHandler:

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

Discussion

See Also

Performing Clip Recording