Class RTCInboundRTPStreamStats
Inheritance
RTCInboundRTPStreamStats
Syntax
public class RTCInboundRTPStreamStats : RTCReceivedRtpStreamStats
Properties
audioLevel
Declaration
public double audioLevel { get; }
Property Value
burstDiscardCount
Declaration
public uint burstDiscardCount { get; }
Property Value
burstDiscardRate
Declaration
public double burstDiscardRate { get; }
Property Value
burstLossCount
Declaration
public uint burstLossCount { get; }
Property Value
burstLossRate
Declaration
public double burstLossRate { get; }
Property Value
burstPacketsDiscarded
Declaration
public uint burstPacketsDiscarded { get; }
Property Value
burstPacketsLost
Declaration
public uint burstPacketsLost { get; }
Property Value
bytesReceived
Declaration
public ulong bytesReceived { get; }
Property Value
concealedSamples
Declaration
public ulong concealedSamples { get; }
Property Value
concealmentEvents
Declaration
public ulong concealmentEvents { get; }
Property Value
contentType
Declaration
public string contentType { get; }
Property Value
decoderImplementation
Declaration
public string decoderImplementation { get; }
Property Value
estimatedPlayoutTimestamp
Declaration
public double estimatedPlayoutTimestamp { get; }
Property Value
fecPacketsDiscarded
Declaration
public ulong fecPacketsDiscarded { get; }
Property Value
fecPacketsReceived
Declaration
public ulong fecPacketsReceived { get; }
Property Value
firCount
Declaration
public uint firCount { get; }
Property Value
frameBitDepth
Declaration
public uint frameBitDepth { get; }
Property Value
frameHeight
Declaration
public uint frameHeight { get; }
Property Value
framesDecoded
Declaration
public uint framesDecoded { get; }
Property Value
framesPerSecond
Declaration
public double framesPerSecond { get; }
Property Value
framesReceived
Declaration
public int framesReceived { get; }
Property Value
frameWidth
Declaration
public uint frameWidth { get; }
Property Value
gapDiscardRate
Declaration
public double gapDiscardRate { get; }
Property Value
gapLossRate
Declaration
public double gapLossRate { get; }
Property Value
Declaration
public ulong headerBytesReceived { get; }
Property Value
insertedSamplesForDeceleration
Declaration
public ulong insertedSamplesForDeceleration { get; }
Property Value
jitterBufferDelay
Declaration
public double jitterBufferDelay { get; }
Property Value
jitterBufferEmittedCount
Declaration
public ulong jitterBufferEmittedCount { get; }
Property Value
keyFramesDecoded
Declaration
public uint keyFramesDecoded { get; }
Property Value
lastPacketReceivedTimestamp
Declaration
public double lastPacketReceivedTimestamp { get; }
Property Value
nackCount
Declaration
public uint nackCount { get; }
Property Value
packetsDiscarded
Declaration
public uint packetsDiscarded { get; }
Property Value
packetsReceived
Declaration
public uint packetsReceived { get; }
Property Value
packetsRepaired
Declaration
public uint packetsRepaired { get; }
Property Value
pliCount
Declaration
public uint pliCount { get; }
Property Value
qpSum
Declaration
public ulong qpSum { get; }
Property Value
remoteId
Declaration
public string remoteId { get; }
Property Value
removedSamplesForAcceleration
Declaration
public ulong removedSamplesForAcceleration { get; }
Property Value
roundTripTime
Declaration
public double roundTripTime { get; }
Property Value
silentConcealedSamples
Declaration
public ulong silentConcealedSamples { get; }
Property Value
totalAudioEnergy
Declaration
public double totalAudioEnergy { get; }
Property Value
totalDecodeTime
Declaration
public double totalDecodeTime { get; }
Property Value
totalInterFrameDelay
Declaration
public double totalInterFrameDelay { get; }
Property Value
totalSamplesDuration
Declaration
public double totalSamplesDuration { get; }
Property Value
totalSamplesReceived
Declaration
public ulong totalSamplesReceived { get; }
Property Value
totalSquaredInterFrameDelay
Declaration
public double totalSquaredInterFrameDelay { get; }
Property Value