Definition
Identifiers for WebRTC's Statistics API defines RTCVideoSourceStats
dictionary RTCVideoSourceStats : RTCMediaSourceStats {
unsigned long width;
unsigned long height;
unsigned long frames;
double framesPerSecond;
};