Click or drag to resize

MediaReceiverStats Class

Media receiver stats.
Inheritance Hierarchy

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

The MediaReceiverStats type exposes the following members.

Constructors
  NameDescription
Public methodMediaReceiverStats
Initializes a new instance of the MediaReceiverStats class
Top
Properties
  NameDescription
Public propertyBytesReceived
Gets the number of bytes received.
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 propertyJitter
Gets the jitter in milliseconds.
Public propertyNackCount
Gets the NACK count.
(Inherited from MediaComponentStats.)
Public propertyPacketsDiscarded
Gets the number of packets discarded.
Public propertyPacketsLost
Gets the number of packets lost.
Public propertyPacketsReceived
Gets the number of packets received.
Public propertyPliCount
Gets the PLI count.
(Inherited from MediaComponentStats.)
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