mirror of
https://github.com/pion/webrtc.git
synced 2025-09-29 12:32:18 +08:00
7 lines
160 B
Go
7 lines
160 B
Go
package webrtc
|
|
|
|
// RTPReceiveParameters contains the RTP stack settings used by receivers
|
|
type RTPReceiveParameters struct {
|
|
Encodings RTPDecodingParameters
|
|
}
|