| MediaTrackStats Properties | 
The MediaTrackStats type exposes the following members.
 Properties
Properties| 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.) | 
 See Also
See Also