<!--
{
  "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/AVAssetSegmentTrackReport",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVAssetSegmentTrackReport"
  },
  "title" : "AVAssetSegmentTrackReport"
}
-->

# AVAssetSegmentTrackReport

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

```
class AVAssetSegmentTrackReport
```

## Topics

### Inspecting a report

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

A persistent unique identifier for a track.

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

The type of media a track contains.

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

The duration of a track.

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

The earliest presentation timestamp (PTS) for this track.

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

Information about the first video sample in a track.

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

An object that provides information about sample data in a track.



---

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)