---
title: AVAssetWritingPlannerProgress
framework: avfoundation
role: symbol
role_heading: Class
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: avfoundation/avassetwritingplannerprogress
---

# AVAssetWritingPlannerProgress

AVAssetWritingPlannerProgress tracks the progress of incremental writing for each track in an AVAssetWritingPlanner session.

## Declaration

```swift
class AVAssetWritingPlannerProgress
```

## Overview

Overview This class provides per-track progress information as a percentage of the total duration completed. Progress can be queried by assemblyTrackID.

## Topics

### Getting progress

- [overallProgress](avfoundation/avassetwritingplannerprogress/overallprogress.md)
- [progress(forTrack:)](avfoundation/avassetwritingplannerprogress/progress(fortrack:).md)
- [progress(forTrack:)](avfoundation/avassetwritingplannerprogress/progress(fortrack:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Planned export

- [AVAssetWritingPlanner](avfoundation/avassetwritingplanner.md)
- [AVAssetTrackPlan](avfoundation/avassettrackplan.md)
- [AVAssetVideoTrackPlan](avfoundation/avassetvideotrackplan.md)
- [AVPlannedSegmentConfiguration](avfoundation/avplannedsegmentconfiguration.md)
- [AVPlannedVideoSegmentConfiguration](avfoundation/avplannedvideosegmentconfiguration.md)
- [AVPlannedSegmentWritingRequest](avfoundation/avplannedsegmentwritingrequest.md)
- [AVPlannedVideoSegmentWritingRequest](avfoundation/avplannedvideosegmentwritingrequest.md)
