MCPcopy Create free account
hub / github.com/TelegramMessenger/tgcalls / source

Method source

tgcalls/FakeVideoTrackSource.cpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 protected:
152 FakeVideoSource source_;
153 rtc::VideoSourceInterface<webrtc::VideoFrame> *source() override {
154 return &source_;
155 }
156};
157
158std::function<webrtc::VideoTrackSourceInterface*()> FakeVideoTrackSource::create(std::unique_ptr<FrameSource> frame_source) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected