共用方式為


2.2.1.17 v2:VideoResolutionDistribution Element

A VideoResolutionDistribution element contains metrics representing a distribution of video resolutions. The type of this element is VideoResolutionDistributionType.<192>

The VideoResolutionDistributionType type is defined as follows:

   <xs:complexType name="VideoResolutionDistributionType">
     <xs:sequence>
       <xs:element name="CIFQuality" type="xs:unsignedByte" />
       <xs:element name="VGAQuality" type="xs:unsignedByte" />
       <xs:element name="HD720Quality" type="xs:unsignedByte" />
       <xs:sequence minOccurs="0">
         <xs:element ref="tns:Separator"/>
         <xs:any namespace="##any" processContents="lax" 
          minOccurs="0" maxOccurs="unbounded"/>
       </xs:sequence>
     </xs:sequence>
     <xs:anyAttribute namespace="##any" processContents="lax"/>
   </xs:complexType>