Add RTCCodecStats and all of its members.
https://w3c.github.io/webrtc-stats/#codec-dict*
dictionary RTCCodecStats : RTCStats {
unsigned long payloadType;
DOMString codec;
unsigned long clockRate;
unsigned long channels;
DOMString parameters;
DOMString implementation;
};
Comment 1 by bugdroid1@chromium.org
, Nov 14 2016