docs.unity3d.com
    目次を表示する/隠す

    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

    delayedPacketOutageSamples

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

    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 uint framesReceived { 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

    googTimingFrameInfo

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

    headerBytesReceived

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

    insertedSamplesForDeceleration

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

    interruptionCount

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

    jitterBufferFlushes

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

    minPlayoutDelay

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

    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

    powerEfficientDecoder

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

    qpSum

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

    relativePacketArrivalDelay

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

    remoteId

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

    removedSamplesForAcceleration

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

    retransmittedBytesReceived

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

    retransmittedPacketsReceived

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

    totalInterruptionDuration

    Declaration
    public double totalInterruptionDuration { 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
    トップに戻る
    Copyright © 2023 Unity Technologies
    • 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 Wednesday, November 1, 2023