Class WebRTC.WebRTCStatistics

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
10

Represents WebRTC statistics information.

C#
Copy
public class WebRTCStatistics
Inheritance
System.Object
WebRTC.WebRTCStatistics

Properties

View Source

Category

Gets the category of statistics.

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

The category of WebRTC statistics information

API Level: 10
View Source

Name

Gets the name of statistics.

Declaration
C#
Copy
public string Name { get; }
Property Value
Type Description
System.String

The name of WebRTC statistics information

API Level: 10
View Source

Property

Gets the property of statistics.

Declaration
C#
Copy
public WebRTCStatisticsProperty Property { get; }
Property Value
Type Description
WebRTCStatisticsProperty

The property of WebRTC statistics information

API Level: 10
View Source

Value

Gets the value of statistics.

Declaration
C#
Copy
public object Value { get; }
Property Value
Type Description
System.Object

The value of WebRTC statistics information

API Level: 10

Methods

View Source

ToString()

Returns a string that represents the current object.

Declaration
C#
Copy
public override string ToString()
Returns
Type Description
System.String

A string that represents the current object.

Overrides
System.Object.ToString()
API Level: 10