docs.unity.cn
    Show / Hide Table of Contents

    Class RTCMediaStreamTrackStats

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

    Properties

    audioLevel

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

    Audio-only members.

    concealedSamples

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

    concealmentEvents

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

    delayedPacketOutageSamples

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

    detached

    Declaration
    public bool detached { get; }
    Property Value
    Type Description
    Boolean

    echoReturnLoss

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

    echoReturnLossEnhancement

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

    ended

    Declaration
    public bool ended { get; }
    Property Value
    Type Description
    Boolean

    frameHeight

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

    framesCorrupted

    Declaration
    public uint framesCorrupted { 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 uint framesReceived { get; }
    Property Value
    Type Description
    UInt32

    framesSent

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

    frameWidth

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

    Video-only members.

    freezeCount

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

    fullFramesLost

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

    hugeFramesSent

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

    insertedSamplesForDeceleration

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

    interruptionCount

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

    jitterBufferDelay

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

    jitterBufferEmittedCount

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

    jitterBufferFlushes

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

    Non-standard audio-only member.

    jitterBufferTargetDelay

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

    Non-standard metric showing target delay of jitter buffer.

    kind

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

    mediaSourceId

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

    partialFramesLost

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

    pauseCount

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

    relativePacketArrivalDelay

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

    remoteSource

    Declaration
    public bool remoteSource { get; }
    Property Value
    Type Description
    Boolean

    removedSamplesForAcceleration

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

    silentConcealedSamples

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

    sumOfSquaredFramesDuration

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

    totalAudioEnergy

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

    totalFramesDuration

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

    totalFreezesDuration

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

    totalInterruptionDuration

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

    totalPausesDuration

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

    trackIdentifier

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