(enable bool)
| 440 | } |
| 441 | |
| 442 | func (b *BufferBase) SetStreamRestartDetection(enable bool) { |
| 443 | b.Lock() |
| 444 | defer b.Unlock() |
| 445 | |
| 446 | b.enableStreamRestartDetection = enable |
| 447 | } |
| 448 | |
| 449 | func (b *BufferBase) setupRTPStats(clockRate uint32) { |
| 450 | b.rtpStats = rtpstats.NewRTPStatsReceiver(rtpstats.RTPStatsParams{}) |
nothing calls this directly
no outgoing calls
no test coverage detected