ContextualSearchGameClipUriType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the type of game clip URI.
[Windows.Foundation.Metadata.Version(1)]
public enum ContextualSearchGameClipUriType
type ContextualSearchGameClipUriType =
Public Enum ContextualSearchGameClipUriType
- Inheritance
-
ContextualSearchGameClipUriType
- Attributes
-
Windows.Foundation.Metadata.VersionAttribute
Fields
Name | Value | Description |
---|---|---|
None | 0 | Game clip URI type is not known or not set. |
Original | 1 | Game clip URI is the location of the original game clip in unprocessed form. |
Download | 2 | Game clip URI is the location of the clip available for download. |
SmoothStreaming | 3 | Game clip URI is the IIS Smooth Streaming URL(manifest pointer). |
HttpLiveStreaming | 4 | Game clip URI is the Apple HTTP Live Streaming URL. |