cloud-game/vendor/github.com/pion/webrtc/v2/rtpreceiveparameters.go

6 lines
160 B
Go

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