Class RTCRemoteInboundRtpStreamStats | WebRTC | 2.1.3-preview
docs.unity3d.com
    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 © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023