docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RTCReceivedRtpStreamStats

    Statistics for received RTP streams.

    Inheritance
    object
    RTCStats
    RTCRTPStreamStats
    RTCReceivedRtpStreamStats
    RTCInboundRTPStreamStats
    RTCRemoteInboundRtpStreamStats
    Inherited Members
    RTCRTPStreamStats.ssrc
    RTCRTPStreamStats.kind
    RTCRTPStreamStats.transportId
    RTCRTPStreamStats.codecId
    RTCStats.Type
    RTCStats.Id
    RTCStats.Timestamp
    RTCStats.UtcTimeStamp
    RTCStats.Dict
    RTCStats.ToJson()
    Namespace: Unity.WebRTC
    Assembly: Unity.WebRTC.dll
    Syntax
    public class RTCReceivedRtpStreamStats : RTCRTPStreamStats

    Properties

    jitter

    The amount of jitter experienced by the RTP stream.

    Declaration
    public double jitter { get; }
    Property Value
    Type Description
    double

    packetsLost

    The number of packets lost in the RTP stream.

    Declaration
    public int packetsLost { get; }
    Property Value
    Type Description
    int
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)