mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-23 10:07:30 +00:00
6 lines
154 B
Go
6 lines
154 B
Go
package webrtc
|
|
|
|
// RTPSendParameters contains the RTP stack settings used by receivers
|
|
type RTPSendParameters struct {
|
|
Encodings RTPEncodingParameters
|
|
}
|