<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: 18.2.0 -",
    "macOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ScreenCaptureKit",
  "identifier" : "/documentation/ScreenCaptureKit/SCContentSharingPickerMode",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "ScreenCaptureKit"
    ],
    "preciseIdentifier" : "c:@E@SCContentSharingPickerMode"
  },
  "title" : "SCContentSharingPickerMode"
}
-->

# SCContentSharingPickerMode

Available modes for selecting streaming content from a picker presented by the operating system.

```
struct SCContentSharingPickerMode
```

## Topics

### Initializers

[`init(rawValue:)`](/documentation/ScreenCaptureKit/SCContentSharingPickerMode/init(rawValue:))

Initializes a sharing-picker mode.

### Picker selection modes

[`multipleApplications`](/documentation/ScreenCaptureKit/SCContentSharingPickerMode/multipleApplications)

The mode allowing the selection of multiple applications through the presented picker.

[`multipleWindows`](/documentation/ScreenCaptureKit/SCContentSharingPickerMode/multipleWindows)

The mode allowing the selection of multiple windows through the presented picker.

[`singleApplication`](/documentation/ScreenCaptureKit/SCContentSharingPickerMode/singleApplication)

The mode allowing the selection of a single application through the presented picker.

[`singleDisplay`](/documentation/ScreenCaptureKit/SCContentSharingPickerMode/singleDisplay)

The mode allowing the selection of a single display through the presented picker.

[`singleWindow`](/documentation/ScreenCaptureKit/SCContentSharingPickerMode/singleWindow)

The mode allowing the selection of a single window through the presented picker.



---

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)