Partager via


2.2.1.18 v2:VideoRateMatchingLevelDistribution Element

A VideoRateMatchingLevelDistribution element contains metrics describing the portion of the call where video frames are discarded to reduce bandwidth. The type of this element is VideoRateMatchingLevelDistributionType.<198>

The VideoRateMatchingLevelDistributionType type is defined as follows:

   <xs:complexType name="VideoRateMatchingLevelDistributionType">
     <xs:sequence>
       <xs:element name="None_Drop" type="xs:unsignedByte" />
       <xs:element name="B_Drop" type="xs:unsignedByte" />
       <xs:element name="BP_Drop" type="xs:unsignedByte" />
       <xs:element name="BPSP_Drop" type="xs:unsignedByte" />
       <xs:element name="BPSPI_Drop" 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>