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