MediaStreamStats Class |
Namespace: FM.IceLink
The MediaStreamStats type exposes the following members.
Name | Description | |
---|---|---|
MediaStreamStats | Initializes a new instance of the MediaStreamStats class |
Name | Description | |
---|---|---|
Direction |
Gets the direction.
| |
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.) | |
Receiver |
Gets the receiver's stats.
| |
Sender |
Gets the sender's stats.
| |
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 media stream stats from JSON.
| |
FromJsonArray |
Derializes an array of media stream stats from JSON.
| |
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(MediaStreamStats) |
Serializes media stream stats to JSON.
| |
ToJsonArray |
Serializes an array of media stream stats to JSON.
| |
ToString | (Inherited from Object.) |