---
title: SCContentSharingPickerMode
framework: screencapturekit
role: symbol
role_heading: Structure
path: screencapturekit/sccontentsharingpickermode
---

# SCContentSharingPickerMode

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

## Declaration

```swift
struct SCContentSharingPickerMode
```

## Topics

### Initializers

- [init(rawValue:)](screencapturekit/sccontentsharingpickermode/init(rawvalue:).md)

### Picker selection modes

- [multipleApplications](screencapturekit/sccontentsharingpickermode/multipleapplications.md)
- [multipleWindows](screencapturekit/sccontentsharingpickermode/multiplewindows.md)
- [singleApplication](screencapturekit/sccontentsharingpickermode/singleapplication.md)
- [singleDisplay](screencapturekit/sccontentsharingpickermode/singledisplay.md)
- [singleWindow](screencapturekit/sccontentsharingpickermode/singlewindow.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### System content-sharing picker

- [SCContentSharingPicker](screencapturekit/sccontentsharingpicker.md)
- [SCContentSharingPickerConfiguration](screencapturekit/sccontentsharingpickerconfiguration-swift.struct.md)
- [SCContentSharingPickerObserver](screencapturekit/sccontentsharingpickerobserver.md)
