mirror of
https://github.com/pion/webrtc.git
synced 2025-10-01 13:32:16 +08:00
7 lines
162 B
Go
7 lines
162 B
Go
package webrtc
|
|
|
|
// RTPReceiveParameters contains the RTP stack settings used by receivers
|
|
type RTPReceiveParameters struct {
|
|
Encodings []RTPDecodingParameters
|
|
}
|