Click or drag to resize

DataStreamStats Class

Data stream stats.
Inheritance Hierarchy

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

The DataStreamStats type exposes the following members.

Constructors
  NameDescription
Public methodDataStreamStats
Initializes a new instance of the DataStreamStats class
Top
Properties
  NameDescription
Public propertyDataChannel
Gets the first data channel's stats.
Public propertyDataChannels
Gets the data channels' stats.
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 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