MSVideoResolutionDistribution Dictionary object
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Contains metrics representing the distribution of video resolutions. It is described in [MS-QoE] Section 2.2.1.17.
Syntax
dictionary MSVideoResolutionDistribution {
unsigned long cifQuality;
unsigned long vgaQuality;
unsigned long h720Quality;
unsigned long h1080Quality;
unsigned long h1440Quality;
unsigned long h2160Quality;
};
Standards information
MSVideoResolutionDistribution Dictionary
Member | Type | Description |
---|---|---|
cifQuality | unsigned long | The percentage of the duration of a call that is using the CIF resolution (0-100). |
h1080Quality | unsigned long | The percentage of the duration of the call that is using the HD1080 resolution (0-100). |
h1440Quality | unsigned long | The percentage of the duration of the call that is using the HD1440 resolution (0-100). |
h2160Quality | unsigned long | The percentage of the duration of the call that is using the HD2160 resolution (0-100). |
h720Quality | unsigned long | The percentage of the duration of the call that is using the HD720 resolution (0-100). |
vgaQuality | unsigned long | The percentage of the duration of the call that is using the VGA resolution (0-100). |