status-go/vendor/github.com/pion/webrtc/v3/rtpreceiveparameters.go

10 lines
264 B
Go

// SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
// SPDX-License-Identifier: MIT
package webrtc
// RTPReceiveParameters contains the RTP stack settings used by receivers
type RTPReceiveParameters struct {
Encodings []RTPDecodingParameters
}