---
title: videoTracks
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avassetreadervideocompositionoutput/videotracks
---

# videoTracks

The tracks from which the output reads the composited video.

## Declaration

```swift
var videoTracks: [AVAssetTrack] { get }
```

## Discussion

Discussion The array contains AVAssetTrack objects owned by the target asset reader’s asset.

## See Also

### Inspecting an output

- [videoSettings](avfoundation/avassetreadervideocompositionoutput/videosettings.md)
