MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Struct PeerConnection.VideoSenderStats

    Subset of RTCMediaStreamTrack (video sender) and RTCOutboundRTPStreamStats. See https://www.w3.org/TR/webrtc-stats/#vsstats-dict* and https://www.w3.org/TR/webrtc-stats/#sentrtpstats-dict*.

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

    Fields

    | Improve this Doc View Source

    BytesSent

    Total number of bytes sent for this SSRC.

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

    FramesEncoded

    Total number of frames successfully encoded for this RTP media stream.

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

    FramesSent

    Total number of frames sent on this RTP stream.

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

    HugeFramesSent

    Total number of huge frames sent by this RTP stream. Huge frames are frames that have an encoded size at least 2.5 times the average size of the frames.

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

    PacketsSent

    Total number of RTP packets sent for this SSRC.

    Declaration
    public uint PacketsSent
    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