Class AudioMetrics
Audio-specific QoE metrics
Inherited Members
Namespace: Microsoft.Skype.Bots.Media
Assembly: Microsoft.Skype.Bots.Media.dll
Syntax
public class AudioMetrics
Constructors
AudioMetrics()
Declaration
public AudioMetrics()
Properties
AverageInboundNetworkJitter
Average network jitter on the inbound media stream
Declaration
public TimeSpan AverageInboundNetworkJitter { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
MaximumInboundNetworkJitter
Maximum network jitter on the inbound media stream
Declaration
public TimeSpan MaximumInboundNetworkJitter { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |