kvm/vendor/github.com/pion/webrtc/v4/rtpreceiveparameters.go

10 lines
265 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
}