---
title: audiovisualAsset
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phcontenteditinginput/audiovisualasset
---

# audiovisualAsset

The video asset, as an AVAsset object.

## Declaration

```swift
var audiovisualAsset: AVAsset? { get }
```

## Discussion

Discussion This object provides access to the video asset as a collection of tracks and metadata. For details on working with AVAsset objects, see AVFoundation Programming Guide.

## See Also

### Working with Video Assets

- [avAsset](photos/phcontenteditinginput/avasset.md)
