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

Method adaptVideoSource

tgcalls/platform/android/AndroidInterface.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void AndroidInterface::adaptVideoSource(rtc::scoped_refptr<webrtc::VideoTrackSourceInterface> videoSource, int width, int height, int fps) {
54
55}
56
57rtc::scoped_refptr<webrtc::VideoTrackSourceInterface> AndroidInterface::makeVideoSource(rtc::Thread *signalingThread, rtc::Thread *workerThread) {
58 JNIEnv *env = webrtc::AttachCurrentThreadIfNeeded();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected