Searched defs:VideoSendTrack (Results 1 – 1 of 1) sorted by relevance
106 struct VideoSendTrack { struct108 FrameGeneratorCapturer* capturer;109 rtc::scoped_refptr<FrameGeneratorCapturerVideoTrackSource> source;110 rtc::scoped_refptr<VideoTrackInterface> track;134 VideoSendTrack CreateVideo(std::string track_id, VideoSendTrackConfig config); argument