MediaTrackStats Class |
Namespace: FM.IceLink
The MediaTrackStats type exposes the following members.
Name | Description | |
---|---|---|
MediaTrackStats | Initializes a new instance of the MediaTrackStats class |
Name | Description | |
---|---|---|
Detached |
Gets whether the track is detached.
| |
FrameHeight |
Gets the frame height. Video-only.
Set by encoder or decoder.
| |
FrameRate |
Gets the frame rate. Video-only.
Set by encoder or decoder.
| |
FramesCorrupted |
Gets the number of corrupted frames. Video-only.
Set by depacketizer.
| |
FramesDecoded |
Gets the number of frames decoded.
Set by decoder.
| |
FramesDropped |
Gets the number of frames dropped. Video-only.
Set by depacketizer.
| |
FramesEncoded |
Gets the number of frames encoded.
Set by encoded.
| |
FramesReceived |
Gets the number of frames received.
Set by depacketizer.
| |
FramesSent |
Gets the number of frames sent.
Set by packetizer.
| |
FrameWidth |
Gets the frame width. Video-only.
Set by encoder or decoder.
| |
Id |
Gets the identifier of
the object generating these stats.
(Inherited from BaseStats.) | |
Stopped |
Gets whether the track is stopped.
Set by source.
| |
SynchronizationSource |
Gets the first synchronization source.
| |
SynchronizationSources |
Gets the synchronization sources.
| |
Timestamp |
Gets the timestamp when
these stats were generated.
(Inherited from BaseStats.) |
Name | Description | |
---|---|---|
DeserializeProperties |
Deserializes the properties.
(Overrides BaseStatsDeserializeProperties(String, String).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromJson |
Derializes media track stats from JSON.
| |
FromJsonArray |
Derializes an array of media track stats from JSON.
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SerializeProperties |
Serializes the properties.
(Overrides BaseStatsSerializeProperties(DictionaryString, String).) | |
ToJson |
Serializes this to JSON.
| |
ToJson(MediaTrackStats) |
Serializes media track stats to JSON.
| |
ToJsonArray |
Serializes an array of media track stats to JSON.
| |
ToString | (Inherited from Object.) |