Show / Hide Table of Contents

    Class VideoMetrics

    Video-specific quality of experience metrics

    Inheritance
    Object
    VideoMetrics
    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 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
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.