зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1480498 - P1 - Rename RTCRTPStreamStats in WebIDL to match the spec IDL r=smaug
This renames the RTCRTPStreamStats partial dictionary to match the recent spec changes Differential Revision: https://phabricator.services.mozilla.com/D2682 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
226f6e8042
Коммит
40503db0b4
|
@ -26,7 +26,7 @@ dictionary RTCStats {
|
|||
DOMString id;
|
||||
};
|
||||
|
||||
dictionary RTCRTPStreamStats : RTCStats {
|
||||
dictionary RTCRtpStreamStats : RTCStats {
|
||||
unsigned long ssrc;
|
||||
DOMString mediaType;
|
||||
DOMString remoteId;
|
||||
|
@ -48,7 +48,7 @@ dictionary RTCRTPStreamStats : RTCStats {
|
|||
unsigned long nackCount;
|
||||
};
|
||||
|
||||
dictionary RTCInboundRTPStreamStats : RTCRTPStreamStats {
|
||||
dictionary RTCInboundRTPStreamStats : RTCRtpStreamStats {
|
||||
unsigned long packetsReceived;
|
||||
unsigned long long bytesReceived;
|
||||
double jitter;
|
||||
|
@ -62,7 +62,7 @@ dictionary RTCInboundRTPStreamStats : RTCRTPStreamStats {
|
|||
unsigned long framesDecoded;
|
||||
};
|
||||
|
||||
dictionary RTCOutboundRTPStreamStats : RTCRTPStreamStats {
|
||||
dictionary RTCOutboundRTPStreamStats : RTCRtpStreamStats {
|
||||
unsigned long packetsSent;
|
||||
unsigned long long bytesSent;
|
||||
double targetBitrate; // config encoder bitrate target of this SSRC in bits/s
|
||||
|
|
Загрузка…
Ссылка в новой задаче