mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-23 18:17:32 +00:00
6 lines
160 B
Go
6 lines
160 B
Go
package webrtc
|
|
|
|
// RTPReceiveParameters contains the RTP stack settings used by receivers
|
|
type RTPReceiveParameters struct {
|
|
Encodings RTPDecodingParameters
|
|
}
|