Share via


MSVideoSendPayload 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 information relating to video-based payload metrics. It is described in [MS-QoE] Section 2.2.1.15.

Syntax

dictionary MSVideoSendPayload : MSVideoPayload {
             float         sendFrameRateAverage;
             unsigned long sendBitRateMaximum;
             unsigned long sendBitRateAverage;
             unsigned long sendVideoStreamsMax;
             unsigned long sendResolutionWidth;
             unsigned long sendResolutionHeight;
};

Standards information

MSVideoSendPayload Dictionary

Member Type Description
sendBitRateAverage unsigned long The average bandwidth actually sent for all video streams, computed over the duration of the session.
sendBitRateMaximum lunsigned long The maximum bandwidth actually sent for all video streams, computed over the duration of the session.
sendFrameRateAverage float Average frames per second sent for all video streams, computed over the duration of the session
sendResolutionHeight lunsigned long The maximum video image height sent for all video streams, computed over the duration of the session.
sendResolutionWidth lunsigned long The maximum video image width received for all video streams, computed over the duration of the session
sendVideoStreamsMax unsigned long The maximum number of video streams, active during any one second interval, computed over the duration of the session.

 

See also

Statistics extensions

Statistics API