File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,20 @@ type RTPHeaderExtension struct {
11
11
12
12
// StreamInfo is the Context passed when a StreamLocal or StreamRemote has been Binded or Unbinded
13
13
type StreamInfo struct {
14
- ID string
15
- Attributes Attributes
16
- SSRC uint32
17
- SSRCRetransmission uint32
18
- SSRCForwardErrorCorrection uint32
19
- PayloadType uint8
20
- RTPHeaderExtensions []RTPHeaderExtension
21
- MimeType string
22
- ClockRate uint32
23
- Channels uint16
24
- SDPFmtpLine string
25
- RTCPFeedback []RTCPFeedback
14
+ ID string
15
+ Attributes Attributes
16
+ SSRC uint32
17
+ SSRCRetransmission uint32
18
+ SSRCForwardErrorCorrection uint32
19
+ PayloadType uint8
20
+ PayloadTypeRetransmission uint8
21
+ PayloadTypeForwardErrorCorrection uint32
22
+ RTPHeaderExtensions []RTPHeaderExtension
23
+ MimeType string
24
+ ClockRate uint32
25
+ Channels uint16
26
+ SDPFmtpLine string
27
+ RTCPFeedback []RTCPFeedback
26
28
}
27
29
28
30
// RTCPFeedback signals the connection to use additional RTCP packet types.
You can’t perform that action at this time.
0 commit comments