> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XPackageChunkSelectorType

> XPackageChunkSelectorType

# XPackageChunkSelectorType

Indicates the selector type.

<a id="syntaxSection" />

## Syntax

```cpp theme={null}
enum class XPackageChunkSelectorType  : uint32_t  
{  
    Language,  
    Tag,  
    Chunk,  
    Feature  
}  
```

<a id="constantsSection" />

## Constants

| Constant | Description                    |
| -------- | ------------------------------ |
| Language | Enumerate language attributes. |
| Tag      | Enumerate tag attributes.      |
| Chunk    | Enumerate chunks.              |
| Feature  | Enumerate features.            |

<a id="remarksSection" />

## Remarks

This enumeration uses selector types for language and tag attributes. It also uses the chunk constant to enumerate installation chunks. Packages contain all the files that make up a game. Files can be grouped into logical units called chunks. A chunk has a numeric ID and can also have zero or more textual attributes like a language or a user-defined tag. Many XPackage APIs operate on groups of chunks.

For information about the packaging technology used with XBOX One titles, see [Overview of Packaging](/build/core-features/common/packaging/overviews/packaging). For information about the steps to create an XVC package, see [Getting started packaging titles for XBOX consoles](/build/core-features/common/packaging/overviews/packaging-getting-started-for-console).

<a id="requirementsSection" />

## Requirements

**Header:** XPackage.h

**Supported platforms:** Windows, XBOX One family consoles and XBOX Series consoles

<a id="seealsoSection" />

## See also

[Streaming Installation and Intelligent Delivery](/build/core-features/common/packaging/overviews/streaming_install-intelligent_delivery)\
[XPackage](/reference/system/xpackage/xpackage_members)


## Related topics

- [XPackageChunkSelector](/reference/system/xpackage/structs/xpackagechunkselector.md)
- [XPackage](/reference/system/xpackage/xpackage_members.md)
- [XPackageEnumerateChunkAvailability](/reference/system/xpackage/functions/xpackageenumeratechunkavailability.md)
- [XPackageUninstallChunks](/reference/system/xpackage/functions/xpackageuninstallchunks.md)
- [XPackageFindChunkAvailability](/reference/system/xpackage/functions/xpackagefindchunkavailability.md)
