docs.unity.cn
    Show / Hide Table of Contents

    Class RTCInboundRTPStreamStats

    Inheritance
    Object
    RTCStats
    RTCRTPStreamStats
    RTCReceivedRtpStreamStats
    RTCInboundRTPStreamStats
    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 RTCInboundRTPStreamStats : RTCReceivedRtpStreamStats

    Properties

    audioLevel

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

    bytesReceived

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

    concealedSamples

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

    concealmentEvents

    Declaration
    public ulong concealmentEvents { 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

    estimatedPlayoutTimestamp

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

    fecPacketsDiscarded

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

    fecPacketsReceived

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

    firCount

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

    frameHeight

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

    framesAssembledFromMultiplePackets

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

    framesDecoded

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

    framesDropped

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

    framesPerSecond

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

    framesReceived

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

    frameWidth

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

    freezeCount

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

    headerBytesReceived

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

    insertedSamplesForDeceleration

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

    jitterBufferDelay

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

    jitterBufferEmittedCount

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

    jitterBufferMinimumDelay

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

    jitterBufferTargetDelay

    Declaration
    public double jitterBufferTargetDelay { 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

    mid

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

    nackCount

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

    packetsDiscarded

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

    packetsReceived

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

    pauseCount

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

    playoutId

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

    pliCount

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

    qpSum

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

    remoteId

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

    removedSamplesForAcceleration

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

    silentConcealedSamples

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

    totalAssemblyTime

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

    totalAudioEnergy

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

    totalDecodeTime

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

    totalFreezesDuration

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

    totalInterFrameDelay

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

    totalPausesDuration

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

    totalProcessingDelay

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

    totalSamplesDuration

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

    totalSamplesReceived

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

    totalSquaredInterFrameDelay

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

    trackIdentifier

    Declaration
    public string trackIdentifier { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, July 12, 2023