Click or drag to resize

MediaTrackStats Class

Media track stats.
Inheritance Hierarchy

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

The MediaTrackStats type exposes the following members.

Constructors
  NameDescription
Public methodMediaTrackStats
Initializes a new instance of the MediaTrackStats class
Top
Properties
  NameDescription
Public propertyDetached
Gets whether the track is detached.
Public propertyFrameHeight
Gets the frame height. Video-only. Set by encoder or decoder.
Public propertyFrameRate
Gets the frame rate. Video-only. Set by encoder or decoder.
Public propertyFramesCorrupted
Gets the number of corrupted frames. Video-only. Set by depacketizer.
Public propertyFramesDecoded
Gets the number of frames decoded. Set by decoder.
Public propertyFramesDropped
Gets the number of frames dropped. Video-only. Set by depacketizer.
Public propertyFramesEncoded
Gets the number of frames encoded. Set by encoded.
Public propertyFramesReceived
Gets the number of frames received. Set by depacketizer.
Public propertyFramesSent
Gets the number of frames sent. Set by packetizer.
Public propertyFrameWidth
Gets the frame width. Video-only. Set by encoder or decoder.
Public propertyId
Gets the identifier of the object generating these stats.
(Inherited from BaseStats.)
Public propertyStopped
Gets whether the track is stopped. Set by source.
Public propertySynchronizationSource
Gets the first synchronization source.
Public propertySynchronizationSources
Gets the synchronization sources.
Public propertyTimestamp
Gets the timestamp when these stats were generated.
(Inherited from BaseStats.)
Top
Methods
See Also