rtpencodingparameters.go 299 B

12345678
  1. package webrtc
  2. // RTPEncodingParameters provides information relating to both encoding and decoding.
  3. // This is a subset of the RFC since Pion WebRTC doesn't implement encoding itself
  4. // http://draft.ortc.org/#dom-rtcrtpencodingparameters
  5. type RTPEncodingParameters struct {
  6. RTPCodingParameters
  7. }