<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVSampleCursorSyncInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@SA@AVSampleCursorSyncInfo"
  },
  "title" : "AVSampleCursorSyncInfo"
}
-->

# AVSampleCursorSyncInfo

A structure that describes the attributes of media samples to consider when resynchronizing a decoder.

```
struct AVSampleCursorSyncInfo
```

## Topics

### Sync information

[`sampleIsFullSync`](/documentation/AVFoundation/AVSampleCursorSyncInfo/sampleIsFullSync)

A Boolean value that indicates whether a sample is a full sync sample.

[`sampleIsPartialSync`](/documentation/AVFoundation/AVSampleCursorSyncInfo/sampleIsPartialSync)

A Boolean value that indicates whether a sample is a partial sync sample.

[`sampleIsDroppable`](/documentation/AVFoundation/AVSampleCursorSyncInfo/sampleIsDroppable)

A Boolean value that indicates whether a sample is droppable.



---

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)