RTCRemoteOutboundRtpStreamStats:codecId 属性
codecId
是 RTCRemoteOutboundRtpStreamStats
字典的一个字符串属性,它唯一标识了用于生成 RTCCodecStats
中数据的检查对象(针对 RTP 流)。
RTCRemoteOutboundRtpStreamStats
和 RTCCodecStats
对象通过迭代 RTCStatsReport
来关联,找到其中 RTCRemoteOutboundRtpStreamStats.codecId
等于 RTCCodecStats.id
的统计对象。
值
包含用于生成与该 RTP 流关联的 RTCCodecStats
对象的检查对象的 id
的字符串。
规范
规范 |
---|
WebRTC 统计 API 的标识符 # dom-rtcrtpstreamstats-codecid |
浏览器兼容性
BCD 表格仅在启用 JavaScript 的浏览器中加载。