XboxLiveQualityOfServiceMetric Enum

Definition

Defines constants that specify the different Quality of Service (QoS) metrics that can be measured in this API.

Important

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

public enum class XboxLiveQualityOfServiceMetric
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Networking.XboxLive.XboxLiveSecureSocketsContract, 65536)]
enum class XboxLiveQualityOfServiceMetric
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Networking.XboxLive.XboxLiveSecureSocketsContract), 65536)]
public enum XboxLiveQualityOfServiceMetric
var value = Windows.Networking.XboxLive.XboxLiveQualityOfServiceMetric.averageLatencyInMilliseconds
Public Enum XboxLiveQualityOfServiceMetric
Inheritance
XboxLiveQualityOfServiceMetric
Attributes

Windows requirements

Device family
Xbox One System Apps Extensions for the UWP (introduced in 10.0.0.1)
Xbox Live Extension SDK (introduced in 10.0.10240.0)
Xbox One Extensions for the UWP (introduced in 10.0.10240.0)
Windows Desktop Extension SDK (introduced in 10.0.16299.0)
API contract
Windows.Networking.XboxLive.XboxLiveSecureSocketsContract (introduced in v1.0)

Fields

AverageInboundBitsPerSecond 6

Average inbound bits per second.

AverageLatencyInMilliseconds 0

Average latency, in milliseconds.

AverageOutboundBitsPerSecond 3

Average outbound bits per second.

MaxInboundBitsPerSecond 8

Maximum inbound bits per second.

MaxLatencyInMilliseconds 2

Maximum latency, in milliseconds.

MaxOutboundBitsPerSecond 5

Maximum outbound bits per second.

MinInboundBitsPerSecond 7

Minimum inbound bits per second.

MinLatencyInMilliseconds 1

Minimum latency, in milliseconds.

MinOutboundBitsPerSecond 4

Minimum outbound bits per second.

Applies to