MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Struct PeerConnection.VideoReceiverStats

    Subset of RTCMediaStreamTrack (video receiver) + RTCInboundRTPStreamStats. See https://www.w3.org/TR/webrtc-stats/#rvststats-dict* and https://www.w3.org/TR/webrtc-stats/#inboundrtpstats-dict*

    Namespace: Microsoft.MixedReality.WebRTC
    Assembly: Microsoft.MixedReality.WebRTC.dll
    Syntax
    public struct VideoReceiverStats

    Fields

    | Improve this Doc View Source

    BytesReceived

    Total number of bytes received for this SSRC.

    Declaration
    public ulong BytesReceived
    Field Value
    Type Description
    UInt64
    | Improve this Doc View Source

    FramesDecoded

    Total number of frames correctly decoded for this RTP stream, that would be displayed if no frames are dropped.

    Declaration
    public uint FramesDecoded
    Field Value
    Type Description
    UInt32
    | Improve this Doc View Source

    FramesDropped

    Total number since the receiver was created of frames dropped prior to decode or dropped because the frame missed its display deadline for this receiver's track.

    Declaration
    public uint FramesDropped
    Field Value
    Type Description
    UInt32
    | Improve this Doc View Source

    FramesReceived

    Total number of complete frames received on this RTP stream.

    Declaration
    public uint FramesReceived
    Field Value
    Type Description
    UInt32
    | Improve this Doc View Source

    PacketsReceived

    Total number of RTP packets received for this SSRC.

    Declaration
    public uint PacketsReceived
    Field Value
    Type Description
    UInt32
    | Improve this Doc View Source

    RtpStatsTimestampUs

    Unix timestamp (time since Epoch) of the RTP statistics. For remote statistics, this is the time at which the information reached the local endpoint.

    Declaration
    public long RtpStatsTimestampUs
    Field Value
    Type Description
    Int64
    | Improve this Doc View Source

    TrackIdentifier

    Track identifier.

    Declaration
    public string TrackIdentifier
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    TrackStatsTimestampUs

    Unix timestamp (time since Epoch) of the track statistics. For remote statistics, this is the time at which the information reached the local endpoint.

    Declaration
    public long TrackStatsTimestampUs
    Field Value
    Type Description
    Int64
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX