summaryrefslogtreecommitdiff
path: root/vendor/github.com/pion/webrtc/v3/rtpreceiveparameters.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/pion/webrtc/v3/rtpreceiveparameters.go')
-rw-r--r--vendor/github.com/pion/webrtc/v3/rtpreceiveparameters.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/pion/webrtc/v3/rtpreceiveparameters.go b/vendor/github.com/pion/webrtc/v3/rtpreceiveparameters.go
new file mode 100644
index 0000000..badf6b7
--- /dev/null
+++ b/vendor/github.com/pion/webrtc/v3/rtpreceiveparameters.go
@@ -0,0 +1,6 @@
+package webrtc
+
+// RTPReceiveParameters contains the RTP stack settings used by receivers
+type RTPReceiveParameters struct {
+ Encodings []RTPDecodingParameters
+}