docs.unity3d.com
    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

    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

    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

    jitterBufferTargetDelay

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

    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
    In This Article
    • Properties
      • audioLevel
      • concealedSamples
      • concealmentEvents
      • delayedPacketOutageSamples
      • detached
      • echoReturnLoss
      • echoReturnLossEnhancement
      • ended
      • frameHeight
      • framesCorrupted
      • framesDecoded
      • framesDropped
      • framesPerSecond
      • framesReceived
      • framesSent
      • frameWidth
      • freezeCount
      • fullFramesLost
      • hugeFramesSent
      • insertedSamplesForDeceleration
      • interruptionCount
      • jitterBufferDelay
      • jitterBufferEmittedCount
      • jitterBufferFlushes
      • jitterBufferTargetDelay
      • kind
      • mediaSourceId
      • partialFramesLost
      • pauseCount
      • relativePacketArrivalDelay
      • remoteSource
      • removedSamplesForAcceleration
      • silentConcealedSamples
      • sumOfSquaredFramesDuration
      • totalAudioEnergy
      • totalFramesDuration
      • totalFreezesDuration
      • totalInterruptionDuration
      • totalPausesDuration
      • totalSamplesDuration
      • totalSamplesReceived
      • trackIdentifier
    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