Partager via


2.2.1.19 Payload.ApplicationSharing Element

A Payload.ApplicationSharing element contains ApplicationSharing-based payload metrics. The type of this element is v3:ApplicationSharingPayloadMetricsType.

The ApplicationSharingPayloadMetricsType type is defined as follows<206>:

   <xs:complexType name="ApplicationSharingPayloadMetricsType">
     <xs:sequence>
       <xs:element name="PayloadDescription" type="xs:string" minOccurs="0"/>
       <xs:element name="AverageRectangleHeight" type="xs:int" minOccurs="0"/>
       <xs:element name="AverageRectangleWidth" type="xs:int" minOccurs="0"/>
       <xs:element name="ApplicationShared" type="xs:string" minOccurs="0"/>
       <xs:element name="RDPTileProcessingLatency" type="v3:MetricAggregationType" minOccurs="0"/>
       <xs:element name="CaptureTileRate" type="v3:MetricAggregationType" minOccurs="0"/>
       <xs:element name="SpoiledTilePercent" type="v3:MetricAggregationType" minOccurs="0"/>
       <xs:element name="ScrapingFrameRate" type="v3:MetricAggregationType" minOccurs="0"/>
       <xs:element name="IncomingTileRate" type="v3:MetricAggregationType" minOccurs="0"/>
       <xs:element name="IncomingFrameRate" type="v3:MetricAggregationType" minOccurs="0"/>
       <xs:element name="OutgoingTileRate" type="v3:MetricAggregationType" minOccurs="0"/>
       <xs:element name="OutgoingFrameRate" type="v3:MetricAggregationType" minOccurs="0"/>
       <xs:element name="OpaqueAppSharingData" type="v2:OpaqueChannelDataType" minOccurs="0"/>
       <xs:sequence minOccurs="0">
         <xs:element ref="v3:Separator3"/>
         <xs:element ref="v4:InitialFrameReceivedTime" minOccurs="0"/>
         <xs:element ref="v4:InitialFrameSentSize" minOccurs="0"/>
         <xs:element ref="v4:NumSharingStarted" minOccurs="0"/>
         <xs:element ref="v4:NumRemoteControlChanges" minOccurs="0"/>
         <xs:element name="SharerAppSharingEstablishTime" type="v4:AppSharingEstablishTime" minOccurs="0"/>
         <xs:element name="ViewerAppSharingEstablishTime" type="v4:AppSharingEstablishTime" minOccurs="0"/>
         <xs:sequence minOccurs="0">
           <xs:element ref="v4:Separator4" />
           <xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
         </xs:sequence>
       </xs:sequence>
     </xs:sequence>
     <xs:anyAttribute namespace="##any" processContents="lax"/>
   </xs:complexType>