Click or drag to resize

MediaSenderStats Class

Media sender stats.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The MediaSenderStats type exposes the following members.

Constructors
  NameDescription
Public methodMediaSenderStats
Initializes a new instance of the MediaSenderStats class
Top
Properties
  NameDescription
Public propertyBytesSent
Gets the number of bytes sent.
Public propertyCodec
Gets the codec stats.
(Inherited from MediaComponentStats.)
Public propertyFirCount
Gets the FIR count.
(Inherited from MediaComponentStats.)
Public propertyId
Gets the identifier of the object generating these stats.
(Inherited from BaseStats.)
Public propertyNackCount
Gets the NACK count.
(Inherited from MediaComponentStats.)
Public propertyPacketsSent
Gets the number of packets sent.
Public propertyPliCount
Gets the PLI count.
(Inherited from MediaComponentStats.)
Public propertyRoundTripTime
Gets the round trip time in milliseconds.
Public propertySliCount
Gets the SLI count.
(Inherited from MediaComponentStats.)
Public propertySynchronizationSource
Gets the synchronization source.
(Inherited from MediaComponentStats.)
Public propertyTimestamp
Gets the timestamp when these stats were generated.
(Inherited from BaseStats.)
Public propertyTrack
Gets the track's stats.
(Inherited from MediaComponentStats.)
Top
Methods
See Also