Class RTCInboundRTPStreamStats | WebRTC | 2.1.3-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class RTCInboundRTPStreamStats

    Inheritance
    Object
    RTCStats
    RTCRTPStreamStats
    RTCInboundRTPStreamStats
    Inherited Members
    RTCRTPStreamStats.ssrc
    RTCRTPStreamStats.estimatedPlayoutTimestamp
    RTCRTPStreamStats.isRemote
    RTCRTPStreamStats.mediaType
    RTCRTPStreamStats.kind
    RTCRTPStreamStats.trackId
    RTCRTPStreamStats.transportId
    RTCRTPStreamStats.codecId
    RTCRTPStreamStats.firCount
    RTCRTPStreamStats.pliCount
    RTCRTPStreamStats.nackCount
    RTCRTPStreamStats.sliCount
    RTCRTPStreamStats.qpSum
    RTCStats.Type
    RTCStats.Id
    RTCStats.Timestamp
    RTCStats.UtcTimeStamp
    RTCStats.Dict
    RTCStats.ToJson()
    Namespace: Unity.WebRTC
    Syntax
    public class RTCInboundRTPStreamStats : RTCRTPStreamStats

    Properties

    burstDiscardCount

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

    burstDiscardRate

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

    burstLossCount

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

    burstLossRate

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

    burstPacketsDiscarded

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

    burstPacketsLost

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

    bytesReceived

    Declaration
    public ulong bytesReceived { get; }
    Property Value
    Type Description
    UInt64

    contentType

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

    decoderImplementation

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

    fecPacketsDiscarded

    Declaration
    public ulong fecPacketsDiscarded { get; }
    Property Value
    Type Description
    UInt64

    fecPacketsReceived

    Declaration
    public ulong fecPacketsReceived { get; }
    Property Value
    Type Description
    UInt64

    framesDecoded

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

    gapDiscardRate

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

    gapLossRate

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

    headerBytesReceived

    Declaration
    public ulong headerBytesReceived { get; }
    Property Value
    Type Description
    UInt64

    jitter

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

    keyFramesDecoded

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

    lastPacketReceivedTimestamp

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

    packetsDiscarded

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

    packetsLost

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

    packetsReceived

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

    packetsRepaired

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

    roundTripTime

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

    totalDecodeTime

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

    totalInterFrameDelay

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

    totalSquaredInterFrameDelay

    Declaration
    public double totalSquaredInterFrameDelay { get; }
    Property Value
    Type Description
    Double
    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