TransportStats Class |
Namespace: FM.IceLink
The TransportStats type exposes the following members.
Name | Description | |
---|---|---|
TransportStats | Initializes a new instance of the TransportStats class |
Name | Description | |
---|---|---|
ActiveCandidatePair |
Gets the active candidate pair's stats.
| |
BytesReceived |
Gets the number of bytes received.
| |
BytesSent |
Gets the number of bytes sent.
| |
CandidatePairs |
Gets the candidate pairs' stats.
| |
Id |
Gets the identifier of
the object generating these stats.
(Inherited from BaseStats.) | |
IsHost |
Gets whether the active candidate pair has a host candidate.
| |
IsReflexive |
Gets whether the active candidate pair has a reflexive candidate.
| |
IsRelayed |
Gets whether the active candidate pair has a relayed candidate.
| |
LocalCandidates |
Gets the local candidates' stats.
| |
LocalCertificate |
Gets the local certificate's stats.
| |
RemoteCandidates |
Gets the remote candidates' stats.
| |
RemoteCertificate |
Gets the remote certificate's stats.
| |
RtcpTransport |
Gets the RTCP transport's stats.
| |
Timestamp |
Gets the timestamp when
these stats were generated.
(Inherited from BaseStats.) |
Name | Description | |
---|---|---|
DeserializeProperties |
Deserializes the properties.
(Overrides BaseStatsDeserializeProperties(String, String).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromJson |
Derializes transport stats from JSON.
| |
GetCandidatePair |
Gets a candidate pair by its identifier.
| |
GetHashCode | (Inherited from Object.) | |
GetLocalCandidate |
Gets a local candidate by its identifier.
| |
GetRemoteCandidate |
Gets a remote candidate by its identifier.
| |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SerializeProperties |
Serializes the properties.
(Overrides BaseStatsSerializeProperties(DictionaryString, String).) | |
ToJson |
Serializes this to JSON.
| |
ToJson(TransportStats) |
Serializes transport stats to JSON.
| |
ToString | (Inherited from Object.) |