DataStreamStats Class |
Namespace: FM.IceLink
The DataStreamStats type exposes the following members.
| Name | Description | |
|---|---|---|
| DataStreamStats | Initializes a new instance of the DataStreamStats class |
| Name | Description | |
|---|---|---|
| DataChannel |
Gets the first data channel's stats.
| |
| DataChannels |
Gets the data channels' stats.
| |
| Id |
Gets the identifier of
the object generating these stats.
(Inherited from BaseStats.) | |
| IsHost |
Gets whether the transport's active candidate pair has a host candidate.
(Inherited from StreamStats.) | |
| IsReflexive |
Gets whether the transport's active candidate pair has a reflexive candidate.
(Inherited from StreamStats.) | |
| IsRelayed |
Gets whether the transport's active candidate pair has a relayed candidate.
(Inherited from StreamStats.) | |
| Timestamp |
Gets the timestamp when
these stats were generated.
(Inherited from BaseStats.) | |
| Transport |
Gets the transport's stats.
(Inherited from StreamStats.) | |
| Type |
Gets the type.
(Inherited from StreamStats.) |
| Name | Description | |
|---|---|---|
| DeserializeProperties |
Deserializes the properties.
(Overrides StreamStatsDeserializeProperties(String, String).) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FromJson |
Derializes data stream stats from JSON.
| |
| GetDataChannel |
Gets a data channel by its identifier.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| SerializeProperties |
Serializes the properties.
(Overrides StreamStatsSerializeProperties(DictionaryString, String).) | |
| ToJson |
Serializes this to JSON.
| |
| ToJson(DataStreamStats) |
Serializes data stream stats to JSON.
| |
| ToString | (Inherited from Object.) |