ServiceStatistics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |