Class RTCOutboundRTPStreamStats
Inheritance
RTCOutboundRTPStreamStats
Syntax
public class RTCOutboundRTPStreamStats : RTCRTPStreamStats
Properties
bytesSent
Declaration
public ulong bytesSent { get; }
Property Value
contentType
Declaration
public string contentType { get; }
Property Value
encoderImplementation
Declaration
public string encoderImplementation { get; }
Property Value
firCount
Declaration
public uint firCount { get; }
Property Value
frameHeight
Declaration
public uint frameHeight { get; }
Property Value
framesEncoded
Declaration
public uint framesEncoded { get; }
Property Value
framesPerSecond
Declaration
public double framesPerSecond { get; }
Property Value
framesSent
Declaration
public uint framesSent { get; }
Property Value
frameWidth
Declaration
public uint frameWidth { get; }
Property Value
Declaration
public ulong headerBytesSent { get; }
Property Value
hugeFramesSent
Declaration
public uint hugeFramesSent { get; }
Property Value
keyFramesEncoded
Declaration
public uint keyFramesEncoded { get; }
Property Value
Declaration
public string mediaSourceId { get; }
Property Value
nackCount
Declaration
public uint nackCount { get; }
Property Value
packetsSent
Declaration
public uint packetsSent { get; }
Property Value
pliCount
Declaration
public uint pliCount { get; }
Property Value
qpSum
Declaration
public ulong qpSum { get; }
Property Value
qualityLimitationReason
Declaration
public string qualityLimitationReason { get; }
Property Value
qualityLimitationResolutionChanges
Declaration
public uint qualityLimitationResolutionChanges { get; }
Property Value
remoteId
Declaration
public string remoteId { get; }
Property Value
retransmittedBytesSent
Declaration
public ulong retransmittedBytesSent { get; }
Property Value
retransmittedPacketsSent
Declaration
public ulong retransmittedPacketsSent { get; }
Property Value
rid
Declaration
public string rid { get; }
Property Value
targetBitrate
Declaration
public double targetBitrate { get; }
Property Value
totalEncodedBytesTarget
Declaration
public ulong totalEncodedBytesTarget { get; }
Property Value
totalEncodeTime
Declaration
public double totalEncodeTime { get; }
Property Value
totalPacketSendDelay
Declaration
public double totalPacketSendDelay { get; }
Property Value