---
title: "init(url:)"
framework: ScreenCaptureKit
role: symbol
role_heading: Initializer
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: "screencapturekit/screcordingeditor/init(url:)-ead5"
---

# init(url:)

## Declaration

```swift
init(url: URL)
```

## Parameters

- `url`: The file URL of the completed recording, from SCRecordingOutput or SCClipBufferingOutput.

## Return Value

Return Value An initialized SCRecordingEditor.

## Discussion

Discussion Initialize an SCRecordingEditor with the file URL of a completed recording.
