| 151 | protected: |
| 152 | FakeVideoSource source_; |
| 153 | rtc::VideoSourceInterface<webrtc::VideoFrame> *source() override { |
| 154 | return &source_; |
| 155 | } |
| 156 | }; |
| 157 | |
| 158 | std::function<webrtc::VideoTrackSourceInterface*()> FakeVideoTrackSource::create(std::unique_ptr<FrameSource> frame_source) { |
nothing calls this directly
no outgoing calls
no test coverage detected