LeviLamina
Loading...
Searching...
No Matches
webrtc::PeerConnectionObserver Class Referenceabstract
+ Inheritance diagram for webrtc::PeerConnectionObserver:

Public Member Functions

virtual void OnSignalingChange (::webrtc::PeerConnectionInterface::SignalingState)=0
 
virtual void OnAddStream (::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > stream)
 
virtual void OnRemoveStream (::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > stream)
 
virtual void OnDataChannel (::webrtc::scoped_refptr<::webrtc::DataChannelInterface >)=0
 
virtual void OnRenegotiationNeeded ()
 
virtual void OnNegotiationNeededEvent (uint event_id)
 
virtual void OnIceConnectionChange (::webrtc::PeerConnectionInterface::IceConnectionState)
 
virtual void OnStandardizedIceConnectionChange (::webrtc::PeerConnectionInterface::IceConnectionState new_state)
 
virtual void OnConnectionChange (::webrtc::PeerConnectionInterface::PeerConnectionState)
 
virtual void OnIceGatheringChange (::webrtc::PeerConnectionInterface::IceGatheringState)=0
 
virtual void OnIceCandidate (::webrtc::IceCandidateInterface const *)=0
 
virtual void OnIceCandidateError (::std::string const &address, int port, ::std::string const &url, int error_code, ::std::string const &error_text)
 
virtual void OnIceCandidatesRemoved (::std::vector<::cricket::Candidate > const &)
 
virtual void OnIceConnectionReceivingChange (bool)
 
virtual void OnIceSelectedCandidatePairChanged (::cricket::CandidatePairChangeEvent const &event)
 
virtual void OnAddTrack (::webrtc::scoped_refptr<::webrtc::RtpReceiverInterface > receiver, ::std::vector<::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > > const &streams)
 
virtual void OnTrack (::webrtc::scoped_refptr<::webrtc::RtpTransceiverInterface > transceiver)
 
virtual void OnRemoveTrack (::webrtc::scoped_refptr<::webrtc::RtpReceiverInterface > receiver)
 
virtual void OnInterestingUsage (int usage_pattern)
 
MCFOLD void $OnAddStream (::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > stream)
 
MCFOLD void $OnRemoveStream (::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > stream)
 
MCFOLD void $OnNegotiationNeededEvent (uint event_id)
 
MCFOLD void $OnStandardizedIceConnectionChange (::webrtc::PeerConnectionInterface::IceConnectionState new_state)
 
MCFOLD void $OnIceCandidateError (::std::string const &address, int port, ::std::string const &url, int error_code, ::std::string const &error_text)
 
MCFOLD void $OnIceSelectedCandidatePairChanged (::cricket::CandidatePairChangeEvent const &event)
 
MCFOLD void $OnAddTrack (::webrtc::scoped_refptr<::webrtc::RtpReceiverInterface > receiver, ::std::vector<::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > > const &streams)
 
MCFOLD void $OnTrack (::webrtc::scoped_refptr<::webrtc::RtpTransceiverInterface > transceiver)
 
MCFOLD void $OnRemoveTrack (::webrtc::scoped_refptr<::webrtc::RtpReceiverInterface > receiver)
 
MCFOLD void $OnInterestingUsage (int usage_pattern)
 

The documentation for this class was generated from the following file: