|
| PeerConnectionTestWrapper (const std::string &name, rtc::Thread *network_thread, rtc::Thread *worker_thread) |
|
virtual | ~PeerConnectionTestWrapper () |
|
bool | CreatePc (const webrtc::MediaConstraintsInterface *constraints, const webrtc::PeerConnectionInterface::RTCConfiguration &config) |
|
webrtc::PeerConnectionInterface * | pc () |
|
rtc::scoped_refptr< webrtc::DataChannelInterface > | CreateDataChannel (const std::string &label, const webrtc::DataChannelInit &init) |
|
void | OnSignalingChange (webrtc::PeerConnectionInterface::SignalingState new_state) override |
|
void | OnAddStream (rtc::scoped_refptr< webrtc::MediaStreamInterface > stream) override |
|
void | OnRemoveStream (rtc::scoped_refptr< webrtc::MediaStreamInterface > stream) override |
|
void | OnDataChannel (rtc::scoped_refptr< webrtc::DataChannelInterface > data_channel) override |
|
void | OnRenegotiationNeeded () override |
|
void | OnIceConnectionChange (webrtc::PeerConnectionInterface::IceConnectionState new_state) override |
|
void | OnIceGatheringChange (webrtc::PeerConnectionInterface::IceGatheringState new_state) override |
|
void | OnIceCandidate (const webrtc::IceCandidateInterface *candidate) override |
|
void | OnSuccess (webrtc::SessionDescriptionInterface *desc) override |
|
void | OnFailure (const std::string &error) override |
|
void | CreateOffer (const webrtc::MediaConstraintsInterface *constraints) |
|
void | CreateAnswer (const webrtc::MediaConstraintsInterface *constraints) |
|
void | ReceiveOfferSdp (const std::string &sdp) |
|
void | ReceiveAnswerSdp (const std::string &sdp) |
|
void | AddIceCandidate (const std::string &sdp_mid, int sdp_mline_index, const std::string &candidate) |
|
void | WaitForCallEstablished () |
|
void | WaitForConnection () |
|
void | WaitForAudio () |
|
void | WaitForVideo () |
|
void | GetAndAddUserMedia (bool audio, const webrtc::FakeConstraints &audio_constraints, bool video, const webrtc::FakeConstraints &video_constraints) |
|
| PeerConnectionTestWrapper (const std::string &name, rtc::Thread *network_thread, rtc::Thread *worker_thread) |
|
virtual | ~PeerConnectionTestWrapper () |
|
bool | CreatePc (const webrtc::MediaConstraintsInterface *constraints, const webrtc::PeerConnectionInterface::RTCConfiguration &config) |
|
webrtc::PeerConnectionInterface * | pc () |
|
rtc::scoped_refptr< webrtc::DataChannelInterface > | CreateDataChannel (const std::string &label, const webrtc::DataChannelInit &init) |
|
void | OnSignalingChange (webrtc::PeerConnectionInterface::SignalingState new_state) override |
|
void | OnAddStream (rtc::scoped_refptr< webrtc::MediaStreamInterface > stream) override |
|
void | OnRemoveStream (rtc::scoped_refptr< webrtc::MediaStreamInterface > stream) override |
|
void | OnDataChannel (rtc::scoped_refptr< webrtc::DataChannelInterface > data_channel) override |
|
void | OnRenegotiationNeeded () override |
|
void | OnIceConnectionChange (webrtc::PeerConnectionInterface::IceConnectionState new_state) override |
|
void | OnIceGatheringChange (webrtc::PeerConnectionInterface::IceGatheringState new_state) override |
|
void | OnIceCandidate (const webrtc::IceCandidateInterface *candidate) override |
|
void | OnSuccess (webrtc::SessionDescriptionInterface *desc) override |
|
void | OnFailure (const std::string &error) override |
|
void | CreateOffer (const webrtc::MediaConstraintsInterface *constraints) |
|
void | CreateAnswer (const webrtc::MediaConstraintsInterface *constraints) |
|
void | ReceiveOfferSdp (const std::string &sdp) |
|
void | ReceiveAnswerSdp (const std::string &sdp) |
|
void | AddIceCandidate (const std::string &sdp_mid, int sdp_mline_index, const std::string &candidate) |
|
void | WaitForCallEstablished () |
|
void | WaitForConnection () |
|
void | WaitForAudio () |
|
void | WaitForVideo () |
|
void | GetAndAddUserMedia (bool audio, const webrtc::FakeConstraints &audio_constraints, bool video, const webrtc::FakeConstraints &video_constraints) |
|
virtual void | OnAddStream (MediaStreamInterface *) |
|
virtual void | OnRemoveStream (MediaStreamInterface *) |
|
virtual void | OnDataChannel (DataChannelInterface *) |
|
virtual void | OnIceCandidatesRemoved (const std::vector< cricket::Candidate > &) |
|
virtual void | OnIceConnectionReceivingChange (bool) |
|
virtual void | OnAddTrack (rtc::scoped_refptr< RtpReceiverInterface >, const std::vector< rtc::scoped_refptr< MediaStreamInterface >> &) |
|
virtual void | OnAddStream (MediaStreamInterface *) |
|
virtual void | OnRemoveStream (MediaStreamInterface *) |
|
virtual void | OnDataChannel (DataChannelInterface *) |
|
virtual void | OnIceCandidatesRemoved (const std::vector< cricket::Candidate > &) |
|
virtual void | OnIceConnectionReceivingChange (bool) |
|
virtual void | OnAddTrack (rtc::scoped_refptr< RtpReceiverInterface >, const std::vector< rtc::scoped_refptr< MediaStreamInterface >> &) |
|
virtual int | AddRef () const =0 |
|
virtual int | Release () const =0 |
|
virtual int | AddRef () const =0 |
|
virtual int | Release () const =0 |
|
| has_slots () |
|
| has_slots () |
|
| ~has_slots () |
|
| ~has_slots () |
|
void | signal_connect (_signal_base_interface *sender) |
|
void | signal_disconnect (_signal_base_interface *sender) |
|
void | disconnect_all () |
|
void | signal_connect (_signal_base_interface *sender) |
|
void | signal_disconnect (_signal_base_interface *sender) |
|
void | disconnect_all () |
|