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

Public Member Functions

PeerConnectionFactoryoperator= (PeerConnectionFactory const &)
 
 PeerConnectionFactory (PeerConnectionFactory const &)
 
virtual void SetOptions (::webrtc::PeerConnectionFactoryInterface::Options const &)
 
virtual ::webrtc::RTCErrorOr<::webrtc::scoped_refptr<::webrtc::PeerConnectionInterface > > CreatePeerConnectionOrError (::webrtc::PeerConnectionInterface::RTCConfiguration const &, ::webrtc::PeerConnectionDependencies)
 
virtual::webrtc::RtpCapabilities GetRtpSenderCapabilities (::cricket::MediaType) const
 
virtual::webrtc::RtpCapabilities GetRtpReceiverCapabilities (::cricket::MediaType) const
 
virtual ::webrtc::scoped_refptr<::webrtc::MediaStreamInterfaceCreateLocalMediaStream (::std::string const &)
 
virtual ::webrtc::scoped_refptr<::webrtc::AudioSourceInterfaceCreateAudioSource (::cricket::AudioOptions const &)
 
virtual ::webrtc::scoped_refptr<::webrtc::VideoTrackInterfaceCreateVideoTrack (::webrtc::scoped_refptr<::webrtc::VideoTrackSourceInterface >, ::std::string_view)
 
virtual ::webrtc::scoped_refptr<::webrtc::AudioTrackInterfaceCreateAudioTrack (::std::string const &, ::webrtc::AudioSourceInterface *)
 
virtual bool StartAecDump (::_iobuf *, int64)
 
virtual void StopAecDump ()
 
MCAPI ::std::unique_ptr<::webrtc::CallCreateCall_w (::webrtc::Environment const &, ::webrtc::PeerConnectionInterface::RTCConfiguration const &)
 
MCAPI bool IsTrialEnabled (::std::string_view) const
 
MCAPI PeerConnectionFactory (::webrtc::PeerConnectionFactoryDependencies)
 
MCAPI PeerConnectionFactory (::webrtc::scoped_refptr<::webrtc::ConnectionContext >, ::webrtc::PeerConnectionFactoryDependencies *)
 
MCAPI::cricket::MediaEngineInterface * media_engine () const
 
MCAPI void * $ctor (::webrtc::PeerConnectionFactoryDependencies)
 
MCAPI void * $ctor (::webrtc::scoped_refptr<::webrtc::ConnectionContext >, ::webrtc::PeerConnectionFactoryDependencies *)
 
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::scoped_refptr<::webrtc::VideoTrackInterfaceCreateVideoTrack (::std::string const &label, ::webrtc::VideoTrackSourceInterface *source)
 
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 ()
 

Public Attributes

::ll::UntypedStorage< 8, 8 > mUnk9585ba
 
::ll::UntypedStorage< 4, 20 > mUnkf54a1e
 
::ll::UntypedStorage< 8, 8 > mUnk5da130
 
::ll::UntypedStorage< 8, 8 > mUnkb6cf1d
 
::ll::UntypedStorage< 8, 8 > mUnkfeffcb
 
::ll::UntypedStorage< 8, 8 > mUnk7c7c98
 
::ll::UntypedStorage< 8, 8 > mUnk4708a5
 
::ll::UntypedStorage< 8, 8 > mUnkb6a9da
 
::ll::UntypedStorage< 8, 8 > mUnkfbd22e
 
::ll::UntypedStorage< 8, 8 > mUnkb12b34
 

Constructor & Destructor Documentation

◆ PeerConnectionFactory() [1/2]

MCAPI webrtc::PeerConnectionFactory::PeerConnectionFactory ( ::webrtc::PeerConnectionFactoryDependencies )
explicit
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.

◆ PeerConnectionFactory() [2/2]

MCAPI webrtc::PeerConnectionFactory::PeerConnectionFactory ( ::webrtc::scoped_refptr<::webrtc::ConnectionContext > ,
::webrtc::PeerConnectionFactoryDependencies *  )
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.

Member Function Documentation

◆ SetOptions()

virtual void webrtc::PeerConnectionFactory::SetOptions ( ::webrtc::PeerConnectionFactoryInterface::Options const & )
virtual

◆ CreateLocalMediaStream()

virtual ::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > webrtc::PeerConnectionFactory::CreateLocalMediaStream ( ::std::string const & )
virtual

◆ CreateAudioSource()

virtual ::webrtc::scoped_refptr<::webrtc::AudioSourceInterface > webrtc::PeerConnectionFactory::CreateAudioSource ( ::cricket::AudioOptions const & )
virtual

◆ CreateVideoTrack()

virtual ::webrtc::scoped_refptr<::webrtc::VideoTrackInterface > webrtc::PeerConnectionFactory::CreateVideoTrack ( ::webrtc::scoped_refptr<::webrtc::VideoTrackSourceInterface > ,
::std::string_view  )
virtual

◆ CreateAudioTrack()

virtual ::webrtc::scoped_refptr<::webrtc::AudioTrackInterface > webrtc::PeerConnectionFactory::CreateAudioTrack ( ::std::string const & ,
::webrtc::AudioSourceInterface *  )
virtual

◆ StartAecDump()

virtual bool webrtc::PeerConnectionFactory::StartAecDump ( ::_iobuf * ,
int64  )
virtual

◆ StopAecDump()

virtual void webrtc::PeerConnectionFactory::StopAecDump ( )
virtual

◆ CreateCall_w()

MCAPI ::std::unique_ptr<::webrtc::Call > webrtc::PeerConnectionFactory::CreateCall_w ( ::webrtc::Environment const & ,
::webrtc::PeerConnectionInterface::RTCConfiguration const &  )
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.

◆ IsTrialEnabled()

MCAPI bool webrtc::PeerConnectionFactory::IsTrialEnabled ( ::std::string_view ) const
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.

◆ media_engine()

MCAPI::cricket::MediaEngineInterface * webrtc::PeerConnectionFactory::media_engine ( ) const
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.

◆ $ctor() [1/2]

MCAPI void * webrtc::PeerConnectionFactory::$ctor ( ::webrtc::PeerConnectionFactoryDependencies )
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.

◆ $ctor() [2/2]

MCAPI void * webrtc::PeerConnectionFactory::$ctor ( ::webrtc::scoped_refptr<::webrtc::ConnectionContext > ,
::webrtc::PeerConnectionFactoryDependencies *  )
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::PeerConnectionFactory::$vftable ( )
static
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.

◆ $CreateVideoTrack()

MCAPI ::webrtc::scoped_refptr<::webrtc::VideoTrackInterface > webrtc::PeerConnectionFactoryInterface::$CreateVideoTrack ( ::std::string const & label,
::webrtc::VideoTrackSourceInterface * source )
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.

◆ $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.

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