WebIDLpedia

RTCRtpCodec dictionary

Definition

WebRTC: Real-Time Communication in Browsers defines RTCRtpCodec



dictionary RTCRtpCodec {
  required DOMString mimeType;
  required unsigned long clockRate;
  unsigned short channels;
  DOMString sdpFmtpLine;
};

Referring IDL interfaces/dictionaries