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

// RTPSendParameters contains the RTP stack settings used by receivers
type RTPSendParameters struct {
	RTPParameters
	Encodings []RTPEncodingParameters
}