MediaSenderStats Class |
Namespace: FM.IceLink
The MediaSenderStats type exposes the following members.
Name | Description | |
---|---|---|
MediaSenderStats | Initializes a new instance of the MediaSenderStats class |
Name | Description | |
---|---|---|
BytesSent |
Gets the number of bytes sent.
| |
Codec |
Gets the codec stats.
(Inherited from MediaComponentStats.) | |
FirCount |
Gets the FIR count.
(Inherited from MediaComponentStats.) | |
Id |
Gets the identifier of
the object generating these stats.
(Inherited from BaseStats.) | |
NackCount |
Gets the NACK count.
(Inherited from MediaComponentStats.) | |
PacketsSent |
Gets the number of packets sent.
| |
PliCount |
Gets the PLI count.
(Inherited from MediaComponentStats.) | |
RoundTripTime |
Gets the round trip time in milliseconds.
| |
SliCount |
Gets the SLI count.
(Inherited from MediaComponentStats.) | |
SynchronizationSource |
Gets the synchronization source.
(Inherited from MediaComponentStats.) | |
Timestamp |
Gets the timestamp when
these stats were generated.
(Inherited from BaseStats.) | |
Track |
Gets the track's stats.
(Inherited from MediaComponentStats.) |
Name | Description | |
---|---|---|
DeserializeProperties |
Deserializes the properties.
(Overrides MediaComponentStatsDeserializeProperties(String, String).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromJson |
Derializes media sender stats from JSON.
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SerializeProperties |
Serializes the properties.
(Overrides MediaComponentStatsSerializeProperties(DictionaryString, String).) | |
ToJson |
Serializes this to JSON.
| |
ToJson(MediaSenderStats) |
Serializes media sender stats to JSON.
| |
ToString | (Inherited from Object.) |