summaryrefslogtreecommitdiff
path: root/vendor/github.com/pion/webrtc/v3/rtpencodingparameters.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/pion/webrtc/v3/rtpencodingparameters.go')
-rw-r--r--vendor/github.com/pion/webrtc/v3/rtpencodingparameters.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/pion/webrtc/v3/rtpencodingparameters.go b/vendor/github.com/pion/webrtc/v3/rtpencodingparameters.go
new file mode 100644
index 0000000..09481a5
--- /dev/null
+++ b/vendor/github.com/pion/webrtc/v3/rtpencodingparameters.go
@@ -0,0 +1,8 @@
+package webrtc
+
+// RTPEncodingParameters provides information relating to both encoding and decoding.
+// This is a subset of the RFC since Pion WebRTC doesn't implement encoding itself
+// http://draft.ortc.org/#dom-rtcrtpencodingparameters
+type RTPEncodingParameters struct {
+ RTPCodingParameters
+}