<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVAssetSegmentReport",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVAssetSegmentReport"
  },
  "title" : "AVAssetSegmentReport"
}
-->

# AVAssetSegmentReport

An object that provides information about segment data.

```
class AVAssetSegmentReport
```

## Overview

You receive a segment report through the [`assetWriter(_:didOutputSegmentData:segmentType:segmentReport:)`](/documentation/AVFoundation/AVAssetWriterDelegate/assetWriter(_:didOutputSegmentData:segmentType:segmentReport:)) delegate method.

## Topics

### Inspecting a report

[`segmentType`](/documentation/AVFoundation/AVAssetSegmentReport/segmentType)

The type of segment data.

[`AVAssetSegmentType`](/documentation/AVFoundation/AVAssetSegmentType)

Constants that define the type of a segment.

[`trackReports`](/documentation/AVFoundation/AVAssetSegmentReport/trackReports)

The reports for the segment’s track data.

[`AVAssetSegmentTrackReport`](/documentation/AVFoundation/AVAssetSegmentTrackReport)

An object that provides information on a track in segment data.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)