ServiceStatistics Class

Definition

This class provides statistics about the video stream from the service.

The instance needs to be updated every frame to produce averages.

public ref class ServiceStatistics
public class ServiceStatistics
type ServiceStatistics = class
Public Class ServiceStatistics
Inheritance
ServiceStatistics

Constructors

ServiceStatistics()

Methods

GetAggregatedResult()

Get statistics for last second of the video stream.

GetStatsString()

Utility call to get the statistics in formatted string.

Update(RenderingSession)

Call every frame to collect statistics for given frame from the graphics binding.

Applies to