summaryrefslogtreecommitdiff
path: root/vendor/github.com/pion/webrtc/v3/rtpreceiveparameters.go
blob: badf6b733d3cace6cc1c94a85c2320f617088603 (plain)
1
2
3
4
5
6
package webrtc

// RTPReceiveParameters contains the RTP stack settings used by receivers
type RTPReceiveParameters struct {
	Encodings []RTPDecodingParameters
}