Class RTCRemoteInboundRtpStreamStats | WebRTC | 2.1.3-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class RTCRemoteInboundRtpStreamStats

    Inheritance
    Object
    RTCStats
    RTCRemoteInboundRtpStreamStats
    Inherited Members
    RTCStats.Type
    RTCStats.Id
    RTCStats.Timestamp
    RTCStats.UtcTimeStamp
    RTCStats.Dict
    RTCStats.ToJson()
    Namespace: Unity.WebRTC
    Syntax
    public class RTCRemoteInboundRtpStreamStats : RTCStats

    Properties

    codecId

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

    jitter

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

    kind

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

    localId

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

    packetsLost

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

    roundTripTime

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

    ssrc

    Declaration
    public uint ssrc { get; }
    Property Value
    Type Description
    UInt32

    transportId

    Declaration
    public string transportId { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 28 September 2020