Class WebRTC.WebRTCStatistics
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Represents WebRTC statistics information.
public class WebRTC.WebRTCStatistics
- Inheritance
-
objectWebRTC.WebRTCStatistics
Properties
View SourceCategory
Gets the category of statistics.
Declaration
public WebRTCStatisticsCategory Category { get; }
Property Value
Type | Description |
---|---|
WebRTCStatisticsCategory | The category of WebRTC statistics information |
Name
Gets the name of statistics.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string | The name of WebRTC statistics information |
Property
Gets the property of statistics.
Declaration
public WebRTCStatisticsProperty Property { get; }
Property Value
Type | Description |
---|---|
WebRTCStatisticsProperty | The property of WebRTC statistics information |
Value
Gets the value of statistics.
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
object | The value of WebRTC statistics information |
Methods
View SourceToString()
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()