---
title: "init(sampleIsFullSync:sampleIsPartialSync:sampleIsDroppable:)"
framework: avfoundation
role: symbol
role_heading: Initializer
path: "avfoundation/avsamplecursorsyncinfo/init(sampleisfullsync:sampleispartialsync:sampleisdroppable:)"
---

# init(sampleIsFullSync:sampleIsPartialSync:sampleIsDroppable:)

Creates a sample cursor sync information structure with media sample information.

## Declaration

```swift
init(sampleIsFullSync: ObjCBool, sampleIsPartialSync: ObjCBool, sampleIsDroppable: ObjCBool)
```

## Parameters

- `sampleIsFullSync`: A Boolean value that indicates whether a sample is a full sync sample.
- `sampleIsPartialSync`: A Boolean value that indicates whether a sample is a partial sync sample.
- `sampleIsDroppable`: A Boolean value that indicates whether a sample is droppable.
