docs.unity.cn
    Show / Hide Table of Contents

    Class RTCRemoteInboundRtpStreamStats

    Inheritance
    Object
    RTCStats
    RTCRTPStreamStats
    RTCReceivedRtpStreamStats
    RTCRemoteInboundRtpStreamStats
    Inherited Members
    RTCReceivedRtpStreamStats.jitter
    RTCReceivedRtpStreamStats.packetsLost
    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 RTCRemoteInboundRtpStreamStats : RTCReceivedRtpStreamStats

    Properties

    fractionLost

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

    localId

    Declaration
    public string localId { get; }
    Property Value
    Type Description
    String

    roundTripTime

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

    roundTripTimeMeasurements

    Declaration
    public int roundTripTimeMeasurements { get; }
    Property Value
    Type Description
    Int32

    totalRoundTripTime

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