Class VideoMetrics
Video-specific quality of experience metrics
Inherited Members
Namespace: Microsoft.Skype.Bots.Media
Assembly: Microsoft.Skype.Bots.Media.dll
Syntax
public class VideoMetrics
Constructors
VideoMetrics()
Declaration
public VideoMetrics()
Properties
AverageInboundBitRatePerSecond
Average bit rate on the inbound video stream, expressed in bits per second
Declaration
public uint AverageInboundBitRatePerSecond { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |
AverageInboundFrameRatePerSecond
Average frame rate on the inbound video stream, expressed in frames per second
Declaration
public double AverageInboundFrameRatePerSecond { get; set; }
Property Value
Type | Description |
---|---|
Double |
AverageOutboundBitRatePerSecond
Average bit rate on the outbound video stream, expressed in bits per second
Declaration
public uint AverageOutboundBitRatePerSecond { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |
AverageOutboundFrameRatePerSecond
Average frame rate on the outbound video stream, expressed in frames per second
Declaration
public double AverageOutboundFrameRatePerSecond { get; set; }
Property Value
Type | Description |
---|---|
Double |