31 std::string unique_id;
38 "This field is not used for actual capture. "
39 "Use StreamFactory::CaptureOptions when specifying capture settings.")]] webrtc::
61 static rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface> GetPeerConnectionFactory();
62 static void Dispose();
63 static rtc::scoped_refptr<webrtc::AudioTrackInterface> CreateAudioTrack();
64 static rtc::scoped_refptr<webrtc::AudioTrackInterface> CreateAudioTrack(
65 rtc::scoped_refptr<webrtc::AudioSourceInterface> source);
66 static rtc::scoped_refptr<webrtc::VideoTrackInterface> CreateVideoTrack(
67 rtc::scoped_refptr<webrtc::VideoTrackSourceInterface> source);
72 static rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface> peer_connection_factory_;
73 static rtc::scoped_refptr<webrtc::AudioDeviceModule> adm_;
74 static std::unique_ptr<rtc::Thread> signaling_thread_;
75 static std::unique_ptr<rtc::Thread> worker_thread_;
76 static std::unique_ptr<webrtc::TaskQueueFactory> task_queue_factory_;