Show / Hide Table of Contents

    Class AudioMetrics

    Audio-specific QoE metrics

    Inheritance
    Object
    AudioMetrics
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.