ConnectionStats Class |
Namespace: FM.IceLink
The ConnectionStats type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConnectionStats | Initializes a new instance of the ConnectionStats class |
Name | Description | |
---|---|---|
![]() | AudioStream |
Gets the first audio stream's stats.
|
![]() | AudioStreams |
Gets the audio streams' stats.
|
![]() | DataStream |
Gets the data stream's stats.
|
![]() | Id |
Gets the identifier of
the object generating these stats.
(Inherited from BaseStats.) |
![]() | IsHost |
Gets whether any of the streams are using a transport
whose active candidate pair has a host candidate.
|
![]() | IsReflexive |
Gets whether any of the streams are using a transport
whose active candidate pair has a reflexive candidate.
|
![]() | IsRelayed |
Gets whether any of the streams are using a transport
whose active candidate pair has a relayed candidate.
|
![]() | MediaStream |
Gets the first media stream's stats.
|
![]() | MediaStreams |
Gets the media streams' stats.
|
![]() | Streams |
Gets the streams' stats.
|
![]() | Timestamp |
Gets the timestamp when
these stats were generated.
(Inherited from BaseStats.) |
![]() | VideoStream |
Gets the first video stream's stats.
|
![]() | VideoStreams |
Gets the video streams' stats.
|
Name | Description | |
---|---|---|
![]() | DeserializeProperties |
Deserializes the properties.
(Overrides BaseStatsDeserializeProperties(String, String).) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() ![]() | FromJson |
Derializes connection stats from JSON.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetMediaStream |
Gets a media stream 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(ConnectionStats) |
Serializes connection stats to JSON.
|
![]() | ToString | (Inherited from Object.) |