Android-cuttlefish cvd tool
|
Go to the source code of this file.
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::webrtc_streaming |
Functions | |
Result< std::unique_ptr< rtc::Thread > > | cuttlefish::webrtc_streaming::CreateAndStartThread (const std::string &name) |
Result< rtc::scoped_refptr< webrtc::PeerConnectionFactoryInterface > > | cuttlefish::webrtc_streaming::CreatePeerConnectionFactory (rtc::Thread *network_thread, rtc::Thread *worker_thread, rtc::Thread *signal_thread, rtc::scoped_refptr< webrtc::AudioDeviceModule > audio_device_module) |
Result< rtc::scoped_refptr< webrtc::PeerConnectionInterface > > | cuttlefish::webrtc_streaming::CreatePeerConnection (rtc::scoped_refptr< webrtc::PeerConnectionFactoryInterface > peer_connection_factory, webrtc::PeerConnectionDependencies dependencies, uint16_t min_port, uint16_t max_port, const std::vector< webrtc::PeerConnectionInterface::IceServer > &servers) |