Class WebRTC.WebRTCStatistics

    Definition

    Namespace:
    Tizen.Multimedia.Remoting
    Assembly:
    Tizen.Multimedia.Remoting.dll

    Represents WebRTC statistics information.

    public class WebRTC.WebRTCStatistics
    Inheritance
    object
    WebRTC.WebRTCStatistics

    Properties

    View Source

    Category

    Gets the category of statistics.

    Declaration
    public WebRTCStatisticsCategory Category { get; }
    Property Value
    Type Description
    WebRTCStatisticsCategory

    The category of WebRTC statistics information

    View Source

    Name

    Gets the name of statistics.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    The name of WebRTC statistics information

    View Source

    Property

    Gets the property of statistics.

    Declaration
    public WebRTCStatisticsProperty Property { get; }
    Property Value
    Type Description
    WebRTCStatisticsProperty

    The property of WebRTC statistics information

    View Source

    Value

    Gets the value of statistics.

    Declaration
    public object Value { get; }
    Property Value
    Type Description
    object

    The value of WebRTC statistics information

    Methods

    View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX