webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
peerconnectionfactory.cc File Reference
#include "webrtc/pc/peerconnectionfactory.h"
#include <utility>
#include "webrtc/api/audio_codecs/builtin_audio_decoder_factory.h"
#include "webrtc/api/mediaconstraintsinterface.h"
#include "webrtc/api/mediastreamproxy.h"
#include "webrtc/api/mediastreamtrackproxy.h"
#include "webrtc/api/peerconnectionfactoryproxy.h"
#include "webrtc/api/peerconnectionproxy.h"
#include "webrtc/api/videosourceproxy.h"
#include "webrtc/base/bind.h"
#include "webrtc/base/checks.h"
#include "webrtc/media/engine/webrtcmediaengine.h"
#include "webrtc/media/engine/webrtcvideodecoderfactory.h"
#include "webrtc/media/engine/webrtcvideoencoderfactory.h"
#include "webrtc/modules/audio_device/include/audio_device.h"
#include "webrtc/p2p/base/basicpacketsocketfactory.h"
#include "webrtc/p2p/client/basicportallocator.h"
#include "webrtc/pc/audiotrack.h"
#include "webrtc/pc/localaudiosource.h"
#include "webrtc/pc/mediastream.h"
#include "webrtc/pc/peerconnection.h"
#include "webrtc/pc/videocapturertracksource.h"
#include "webrtc/pc/videotrack.h"

Namespaces

 webrtc
 

Functions

WEBRTC_DYLIB_EXPORT rtc::scoped_refptr< PeerConnectionFactoryInterface > webrtc::CreatePeerConnectionFactory (rtc::scoped_refptr< AudioEncoderFactory > audio_encoder_factory, rtc::scoped_refptr< AudioDecoderFactory > audio_decoder_factory)
 
rtc::scoped_refptr< PeerConnectionFactoryInterface > webrtc::CreatePeerConnectionFactory ()
 
rtc::scoped_refptr< PeerConnectionFactoryInterface > webrtc::CreatePeerConnectionFactory (rtc::Thread *network_thread, rtc::Thread *worker_thread, rtc::Thread *signaling_thread, AudioDeviceModule *default_adm, rtc::scoped_refptr< AudioEncoderFactory > audio_encoder_factory, rtc::scoped_refptr< AudioDecoderFactory > audio_decoder_factory, cricket::WebRtcVideoEncoderFactory *video_encoder_factory, cricket::WebRtcVideoDecoderFactory *video_decoder_factory)
 
WEBRTC_DYLIB_EXPORT rtc::scoped_refptr< PeerConnectionFactoryInterface > webrtc::CreatePeerConnectionFactory (rtc::Thread *network_thread, rtc::Thread *worker_thread, rtc::Thread *signaling_thread, AudioDeviceModule *default_adm, cricket::WebRtcVideoEncoderFactory *encoder_factory, cricket::WebRtcVideoDecoderFactory *decoder_factory)
 
rtc::scoped_refptr< PeerConnectionFactoryInterface > webrtc::CreatePeerConnectionFactoryWithAudioMixer (rtc::Thread *network_thread, rtc::Thread *worker_thread, rtc::Thread *signaling_thread, AudioDeviceModule *default_adm, rtc::scoped_refptr< AudioEncoderFactory > audio_encoder_factory, rtc::scoped_refptr< AudioDecoderFactory > audio_decoder_factory, cricket::WebRtcVideoEncoderFactory *video_encoder_factory, cricket::WebRtcVideoDecoderFactory *video_decoder_factory, rtc::scoped_refptr< AudioMixer > audio_mixer)
 
rtc::scoped_refptr< PeerConnectionFactoryInterface > webrtc::CreatePeerConnectionFactoryWithAudioMixer (rtc::Thread *network_thread, rtc::Thread *worker_thread, rtc::Thread *signaling_thread, AudioDeviceModule *default_adm, cricket::WebRtcVideoEncoderFactory *encoder_factory, cricket::WebRtcVideoDecoderFactory *decoder_factory, rtc::scoped_refptr< AudioMixer > audio_mixer)