docs.unity.cn
    Show / Hide Table of Contents

    Class RTCReceivedRtpStreamStats

    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
    Syntax
    public class RTCReceivedRtpStreamStats : RTCRTPStreamStats

    Properties

    jitter

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

    packetsLost

    Declaration
    public int packetsLost { get; }
    Property Value
    Type Description
    Int32
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 4, 2022
    Terms of use