mirror of
https://github.com/encounter/webrtc.git
synced 2026-03-30 11:42:19 -07:00
31b7044955
It's not possible to use a RTPReceiver without it.
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
|
|
}
|