interceptorToTrackLocalWriter is an RTPWriter that holds a reference to interceptor.RTPWriter.
| 304 | |
| 305 | // interceptorToTrackLocalWriter is an RTPWriter that holds a reference to interceptor.RTPWriter. |
| 306 | type interceptorToTrackLocalWriter struct{ interceptor atomic.Value } // interceptor.RTPWriter } |
| 307 | |
| 308 | // WriteRTP writes an RTP packet using the underlying interceptor.RTPWriter. |
| 309 | func (i *interceptorToTrackLocalWriter) WriteRTP(header *rtp.Header, payload []byte) (int, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected