| 51 | } |
| 52 | |
| 53 | void AndroidInterface::adaptVideoSource(rtc::scoped_refptr<webrtc::VideoTrackSourceInterface> videoSource, int width, int height, int fps) { |
| 54 | |
| 55 | } |
| 56 | |
| 57 | rtc::scoped_refptr<webrtc::VideoTrackSourceInterface> AndroidInterface::makeVideoSource(rtc::Thread *signalingThread, rtc::Thread *workerThread) { |
| 58 | JNIEnv *env = webrtc::AttachCurrentThreadIfNeeded(); |
nothing calls this directly
no outgoing calls
no test coverage detected