RTCRtpStreamStats

Overview

The RTCRtpStreamStats dictionary is returned by the RTCPeerConnection.getStats(), RTCRtpSender.getStats(), and RTCRtpReceiver.getStats() methods to provide detailed statistics about WebRTC connectivity.

Location

Properties


codecId

 

property codecId: Int32 read write;

 

Int32 codecId { get; set; }

 

var codecId: Int32 { get{} set{} }

 

Int32 codecId { __get; __set; }

 

Property codecId() As Int32

firCount

 

property firCount: Double read write;

 

Double firCount { get; set; }

 

var firCount: Double { get{} set{} }

 

Double firCount { __get; __set; }

 

Property firCount() As Double

kind

 

property kind: String read write;

 

String kind { get; set; }

 

var kind: String { get{} set{} }

 

String kind { __get; __set; }

 

Property kind() As String

nackCount

 

property nackCount: Double read write;

 

Double nackCount { get; set; }

 

var nackCount: Double { get{} set{} }

 

Double nackCount { __get; __set; }

 

Property nackCount() As Double

pliCount

 

property pliCount: Double read write;

 

Double pliCount { get; set; }

 

var pliCount: Double { get{} set{} }

 

Double pliCount { __get; __set; }

 

Property pliCount() As Double

qpSum

 

property qpSum: DateTime read write;

 

DateTime qpSum { get; set; }

 

var qpSum: DateTime { get{} set{} }

 

DateTime qpSum { __get; __set; }

 

Property qpSum() As DateTime

sliCount

 

property sliCount: Double read write;

 

Double sliCount { get; set; }

 

var sliCount: Double { get{} set{} }

 

Double sliCount { __get; __set; }

 

Property sliCount() As Double

ssrc

 

property ssrc: dynamic read write;

 

dynamic ssrc { get; set; }

 

var ssrc: dynamic { get{} set{} }

 

dynamic ssrc { __get; __set; }

 

Property ssrc() As dynamic

trackId

 

property trackId: Int32 read write;

 

Int32 trackId { get; set; }

 

var trackId: Int32 { get{} set{} }

 

Int32 trackId { __get; __set; }

 

Property trackId() As Int32

transportId

 

property transportId: Int32 read write;

 

Int32 transportId { get; set; }

 

var transportId: Int32 { get{} set{} }

 

Int32 transportId { __get; __set; }

 

Property transportId() As Int32