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

Classes

class  Options
 

Public Member Functions

virtual void SetOptions (::webrtc::PeerConnectionFactoryInterface::Options const &)=0
 
virtual ::webrtc::RTCErrorOr<::webrtc::scoped_refptr<::webrtc::PeerConnectionInterface > > CreatePeerConnectionOrError (::webrtc::PeerConnectionInterface::RTCConfiguration const &, ::webrtc::PeerConnectionDependencies)
 
virtual ::webrtc::scoped_refptr<::webrtc::PeerConnectionInterfaceCreatePeerConnection (::webrtc::PeerConnectionInterface::RTCConfiguration const &, ::webrtc::PeerConnectionDependencies)
 
virtual ::webrtc::scoped_refptr<::webrtc::PeerConnectionInterfaceCreatePeerConnection (::webrtc::PeerConnectionInterface::RTCConfiguration const &, ::std::unique_ptr<::cricket::PortAllocator >, ::std::unique_ptr<::rtc::RTCCertificateGeneratorInterface >, ::webrtc::PeerConnectionObserver *)
 
virtual::webrtc::RtpCapabilities GetRtpSenderCapabilities (::cricket::MediaType) const
 
virtual::webrtc::RtpCapabilities GetRtpReceiverCapabilities (::cricket::MediaType) const
 
virtual ::webrtc::scoped_refptr<::webrtc::MediaStreamInterfaceCreateLocalMediaStream (::std::string const &)=0
 
virtual ::webrtc::scoped_refptr<::webrtc::AudioSourceInterfaceCreateAudioSource (::cricket::AudioOptions const &)=0
 
virtual ::webrtc::scoped_refptr<::webrtc::VideoTrackInterfaceCreateVideoTrack (::webrtc::scoped_refptr<::webrtc::VideoTrackSourceInterface >, ::std::string_view)=0
 
virtual ::webrtc::scoped_refptr<::webrtc::VideoTrackInterfaceCreateVideoTrack (::std::string const &label, ::webrtc::VideoTrackSourceInterface *source)
 
virtual ::webrtc::scoped_refptr<::webrtc::AudioTrackInterfaceCreateAudioTrack (::std::string const &, ::webrtc::AudioSourceInterface *)=0
 
virtual bool StartAecDump (::_iobuf *, int64)
 
virtual void StopAecDump ()=0
 
MCAPI ::webrtc::scoped_refptr<::webrtc::VideoTrackInterface$CreateVideoTrack (::std::string const &label, ::webrtc::VideoTrackSourceInterface *source)
 
virtual void AddRef () const =0
 
virtual::webrtc::RefCountReleaseStatus Release () const =0
 
MCAPI void $dtor ()
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Member Function Documentation

◆ $CreateVideoTrack()

MCAPI ::webrtc::scoped_refptr<::webrtc::VideoTrackInterface > webrtc::PeerConnectionFactoryInterface::$CreateVideoTrack ( ::std::string const & label,
::webrtc::VideoTrackSourceInterface * source )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void webrtc::RefCountInterface::$dtor ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable()

static MCAPI void ** webrtc::RefCountInterface::$vftable ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

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