XPackageChunkSelectorType

Indicates the selector type.

Syntax

enum class XPackageChunkSelectorType  : uint32_t  
{  
    Language,  
    Tag,  
    Chunk,  
    Feature  
}  

Constants

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

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. For information about the steps to create an XVC package, see Getting started packaging titles for Xbox consoles.

Requirements

Header: XPackage.h

Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles

See also

Streaming Installation and Intelligent Delivery
XPackage