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

# AVAssetSegmentReportSampleInformation

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

```
class AVAssetSegmentReportSampleInformation
```

## Topics

### Inspecting the information

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

The presentation timestamp (PTS) of a sample.

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

The offset of a sample in the segment.

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

The length of the sample data.

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

A Boolean value that indicates whether the sample is a key frame.



---

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)