---
title: sparselyInterleavedWithMainMediaData
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avassetwriterinput/mediadatalocation-swift.struct/sparselyinterleavedwithmainmediadata
---

# sparselyInterleavedWithMainMediaData

Indicates that there may be large segments of time without any media data from this track. When mediaDataLocation is set to this value, AVAssetWriter will interleave the media data, but will not wait for media data from this track to achieve tight interleaving with other tracks.

## Declaration

```swift
static let sparselyInterleavedWithMainMediaData: AVAssetWriterInput.MediaDataLocation
```

## See Also

### Media data locations

- [interleavedWithMainMediaData](avfoundation/avassetwriterinput/mediadatalocation-swift.struct/interleavedwithmainmediadata.md)
- [beforeMainMediaDataNotInterleaved](avfoundation/avassetwriterinput/mediadatalocation-swift.struct/beforemainmediadatanotinterleaved.md)
