---
title: url()
framework: avfoundation
role: symbol
role_heading: Instance Method
path: avfoundation/avmediadatastorage/url()
---

# url()

Returns the URL used to initialize the receiver.

## Declaration

```swift
func url() -> URL?
```

## Return Value

Return Value The NSURL object used to initialize the receiver. This value can be nil.
