# ProjectCapabilityManager.NetworkSlicing5GTrafficCategoryOptions

> The list of options available for the 5G Network Slicing traffic category key. For more information, refer to 5G Network Slicing Traffic Category (Apple Developer)

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor.iOS.Xcode](/engine/6000.5/script-reference/unityeditor/ios/xcode.md)
* **Assembly:** UnityEditor.iOS.Extensions.Xcode

```csharp
[Flags]
public enum ProjectCapabilityManager.NetworkSlicing5GTrafficCategoryOptions
```

## Fields

| Value                                                                                                                                                     | Description                                                                                 |
| --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| [AVStreaming](/engine/6000.5/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/networkslicing5gtrafficcategoryoptions/avstreaming.md)       | Use this flag to set the AVStreaming option.                                                |
| [Background](/engine/6000.5/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/networkslicing5gtrafficcategoryoptions/background.md)         | Use this flag to set the Background option.                                                 |
| [CallSingaling](/engine/6000.5/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/networkslicing5gtrafficcategoryoptions/callsingaling.md)   | Use this flag to set the Voice option.                                                      |
| [Default](/engine/6000.5/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/networkslicing5gtrafficcategoryoptions/default.md)               | Use this flag to set the Default option.                                                    |
| [None](/engine/6000.5/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/networkslicing5gtrafficcategoryoptions/none.md)                     | Use this flag when additional 5G Network Slicing traffic category options aren't necessary. |
| [ResponsiveAV](/engine/6000.5/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/networkslicing5gtrafficcategoryoptions/responsiveav.md)     | Use this flag to set the ResponsiveAV option.                                               |
| [ResponsiveData](/engine/6000.5/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/networkslicing5gtrafficcategoryoptions/responsivedata.md) | Use this flag to set the ResponsiveData option.                                             |
| [Video](/engine/6000.5/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/networkslicing5gtrafficcategoryoptions/video.md)                   | Use this flag to set the Video option.                                                      |
| [Voice](/engine/6000.5/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/networkslicing5gtrafficcategoryoptions/voice.md)                   | Use this flag to set the Voice option.                                                      |
