Click or drag to resize

MediaStreamStats Class

Media stream stats.
Inheritance Hierarchy

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

The MediaStreamStats type exposes the following members.

Constructors
  NameDescription
Public methodMediaStreamStats
Initializes a new instance of the MediaStreamStats class
Top
Properties
  NameDescription
Public propertyDirection
Gets the direction.
Public propertyId
Gets the identifier of the object generating these stats.
(Inherited from BaseStats.)
Public propertyIsHost
Gets whether the transport's active candidate pair has a host candidate.
(Inherited from StreamStats.)
Public propertyIsReflexive
Gets whether the transport's active candidate pair has a reflexive candidate.
(Inherited from StreamStats.)
Public propertyIsRelayed
Gets whether the transport's active candidate pair has a relayed candidate.
(Inherited from StreamStats.)
Public propertyReceiver
Gets the receiver's stats.
Public propertySender
Gets the sender's stats.
Public propertyTimestamp
Gets the timestamp when these stats were generated.
(Inherited from BaseStats.)
Public propertyTransport
Gets the transport's stats.
(Inherited from StreamStats.)
Public propertyType
Gets the type.
(Inherited from StreamStats.)
Top
Methods
See Also