Class WebRTC.WebRTCStatistics
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Represents WebRTC statistics information.
C#Copypublic class WebRTC.WebRTCStatistics
- Inheritance
-
objectWebRTC.WebRTCStatistics
Properties
Declaration
C#Copypublic WebRTCStatisticsCategory Category { get; }
Property Value
| Type | Description |
|---|---|
| WebRTCStatisticsCategory | The category of WebRTC statistics information |
Declaration
C#Copypublic string Name { get; }
Property Value
| Type | Description |
|---|---|
| string | The name of WebRTC statistics information |
Declaration
C#Copypublic WebRTCStatisticsProperty Property { get; }
Property Value
| Type | Description |
|---|---|
| WebRTCStatisticsProperty | The property of WebRTC statistics information |
Declaration
C#Copypublic object Value { get; }
Property Value
| Type | Description |
|---|---|
| object | The value of WebRTC statistics information |
Methods
Declaration
C#Copypublic override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |
Overrides
object.ToString()