LeviLamina
Loading...
Searching...
No Matches
webrtc::RtpTransmissionManager Class Reference
+ Inheritance diagram for webrtc::RtpTransmissionManager:

Public Member Functions

RtpTransmissionManageroperator= (RtpTransmissionManager const &)
 
 RtpTransmissionManager (RtpTransmissionManager const &)
 
virtual void OnSetStreams ()
 
MCAPI void AddAudioTrack (::webrtc::AudioTrackInterface *track, ::webrtc::MediaStreamInterface *stream)
 
MCAPI ::webrtc::RTCErrorOr<::webrtc::scoped_refptr<::webrtc::RtpSenderInterface > > AddTrack (::webrtc::scoped_refptr<::webrtc::MediaStreamTrackInterface > track, ::std::vector<::std::string > const &stream_ids, ::std::vector<::webrtc::RtpEncodingParameters > const *init_send_encodings)
 
MCAPI ::webrtc::RTCErrorOr<::webrtc::scoped_refptr<::webrtc::RtpSenderInterface > > AddTrackPlanB (::webrtc::scoped_refptr<::webrtc::MediaStreamTrackInterface > track, ::std::vector<::std::string > const &stream_ids, ::std::vector<::webrtc::RtpEncodingParameters > const *init_send_encodings)
 
MCAPI ::webrtc::RTCErrorOr<::webrtc::scoped_refptr<::webrtc::RtpSenderInterface > > AddTrackUnifiedPlan (::webrtc::scoped_refptr<::webrtc::MediaStreamTrackInterface > track, ::std::vector<::std::string > const &stream_ids, ::std::vector<::webrtc::RtpEncodingParameters > const *init_send_encodings)
 
MCAPI void AddVideoTrack (::webrtc::VideoTrackInterface *track, ::webrtc::MediaStreamInterface *stream)
 
MCAPI void Close ()
 
MCAPI ::webrtc::scoped_refptr<::webrtc::RtpTransceiverProxyWithInternal<::webrtc::RtpTransceiver > > CreateAndAddTransceiver (::webrtc::scoped_refptr<::webrtc::RtpSenderProxyWithInternal<::webrtc::RtpSenderInternal > > sender, ::webrtc::scoped_refptr<::webrtc::RtpReceiverProxyWithInternal<::webrtc::RtpReceiverInternal > > receiver)
 
MCAPI void CreateAudioReceiver (::webrtc::MediaStreamInterface *stream, ::webrtc::RtpSenderInfo const &remote_sender_info)
 
MCAPI ::webrtc::scoped_refptr<::webrtc::RtpReceiverProxyWithInternal<::webrtc::RtpReceiverInternal > > CreateReceiver (::cricket::MediaType media_type, ::std::string const &receiver_id)
 
MCAPI ::webrtc::scoped_refptr<::webrtc::RtpSenderProxyWithInternal<::webrtc::RtpSenderInternal > > CreateSender (::cricket::MediaType media_type, ::std::string const &id, ::webrtc::scoped_refptr<::webrtc::MediaStreamTrackInterface > track, ::std::vector<::std::string > const &stream_ids, ::std::vector<::webrtc::RtpEncodingParameters > const &send_encodings)
 
MCAPI void CreateVideoReceiver (::webrtc::MediaStreamInterface *stream, ::webrtc::RtpSenderInfo const &remote_sender_info)
 
MCAPI ::webrtc::scoped_refptr<::webrtc::RtpTransceiverProxyWithInternal<::webrtc::RtpTransceiver > > FindFirstTransceiverForAddedTrack (::webrtc::scoped_refptr<::webrtc::MediaStreamTrackInterface > track, ::std::vector<::webrtc::RtpEncodingParameters > const *init_send_encodings)
 
MCAPI ::webrtc::scoped_refptr<::webrtc::RtpReceiverProxyWithInternal<::webrtc::RtpReceiverInternal > > FindReceiverById (::std::string const &receiver_id) const
 
MCAPI ::webrtc::scoped_refptr<::webrtc::RtpSenderProxyWithInternal<::webrtc::RtpSenderInternal > > FindSenderById (::std::string const &sender_id) const
 
MCAPI ::webrtc::scoped_refptr<::webrtc::RtpSenderProxyWithInternal<::webrtc::RtpSenderInternal > > FindSenderForTrack (::webrtc::MediaStreamTrackInterface *track) const
 
MCAPI::webrtc::RtpSenderInfo const * FindSenderInfo (::std::vector<::webrtc::RtpSenderInfo > const &infos, ::std::string const &stream_id, ::std::string const &sender_id) const
 
MCAPI ::webrtc::scoped_refptr<::webrtc::RtpTransceiverProxyWithInternal<::webrtc::RtpTransceiver > > GetAudioTransceiver () const
 
MCAPI ::std::vector<::webrtc::RtpSenderInfo > * GetLocalSenderInfos (::cricket::MediaType media_type)
 
MCAPI ::std::vector<::webrtc::scoped_refptr<::webrtc::RtpReceiverProxyWithInternal<::webrtc::RtpReceiverInternal > > > GetReceiversInternal () const
 
MCAPI ::std::vector<::webrtc::RtpSenderInfo > * GetRemoteSenderInfos (::cricket::MediaType media_type)
 
MCAPI ::std::vector<::webrtc::scoped_refptr<::webrtc::RtpSenderProxyWithInternal<::webrtc::RtpSenderInternal > > > GetSendersInternal () const
 
MCAPI ::webrtc::scoped_refptr<::webrtc::RtpTransceiverProxyWithInternal<::webrtc::RtpTransceiver > > GetVideoTransceiver () const
 
MCAPI::webrtc::PeerConnectionObserver * Observer () const
 
MCAPI void OnLocalSenderAdded (::webrtc::RtpSenderInfo const &sender_info, ::cricket::MediaType media_type)
 
MCAPI void OnLocalSenderRemoved (::webrtc::RtpSenderInfo const &sender_info, ::cricket::MediaType media_type)
 
MCAPI void OnNegotiationNeeded ()
 
MCAPI void OnRemoteSenderAdded (::webrtc::RtpSenderInfo const &sender_info, ::webrtc::MediaStreamInterface *stream, ::cricket::MediaType media_type)
 
MCAPI void OnRemoteSenderRemoved (::webrtc::RtpSenderInfo const &sender_info, ::webrtc::MediaStreamInterface *stream, ::cricket::MediaType media_type)
 
MCAPI ::webrtc::scoped_refptr<::webrtc::RtpReceiverInterfaceRemoveAndStopReceiver (::webrtc::RtpSenderInfo const &remote_sender_info)
 
MCAPI void RemoveAudioTrack (::webrtc::AudioTrackInterface *track, ::webrtc::MediaStreamInterface *stream)
 
MCAPI void RemoveVideoTrack (::webrtc::VideoTrackInterface *track, ::webrtc::MediaStreamInterface *stream)
 
MCAPI RtpTransmissionManager (bool is_unified_plan, ::webrtc::ConnectionContext *context, ::webrtc::UsagePattern *usage_pattern, ::webrtc::PeerConnectionObserver *observer, ::webrtc::LegacyStatsCollectorInterface *legacy_stats, ::std::function< void()> on_negotiation_needed)
 
MCAPI::cricket::MediaEngineInterface * media_engine () const
 
MCAPI::cricket::VideoMediaReceiveChannelInterface * video_media_receive_channel () const
 
MCAPI::cricket::VideoMediaSendChannelInterface * video_media_send_channel () const
 
MCAPI::cricket::VoiceMediaReceiveChannelInterface * voice_media_receive_channel () const
 
MCAPI::cricket::VoiceMediaSendChannelInterface * voice_media_send_channel () const
 
MCAPI void * $ctor (bool is_unified_plan, ::webrtc::ConnectionContext *context, ::webrtc::UsagePattern *usage_pattern, ::webrtc::PeerConnectionObserver *observer, ::webrtc::LegacyStatsCollectorInterface *legacy_stats, ::std::function< void()> on_negotiation_needed)
 
MCAPI void $OnSetStreams ()
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 64 > mUnk367a7f
 
::ll::UntypedStorage< 8, 24 > mUnka389af
 
::ll::UntypedStorage< 8, 24 > mUnk4d0ce4
 
::ll::UntypedStorage< 8, 24 > mUnkb0ca04
 
::ll::UntypedStorage< 8, 24 > mUnk54449d
 
::ll::UntypedStorage< 1, 1 > mUnk71129b
 
::ll::UntypedStorage< 1, 1 > mUnkb54966
 
::ll::UntypedStorage< 8, 8 > mUnk61d4c0
 
::ll::UntypedStorage< 8, 8 > mUnk68803e
 
::ll::UntypedStorage< 8, 8 > mUnk2bc804
 
::ll::UntypedStorage< 8, 8 > mUnk405916
 
::ll::UntypedStorage< 8, 64 > mUnk80bf6f
 
::ll::UntypedStorage< 8, 16 > mUnk22c438
 

Constructor & Destructor Documentation

◆ RtpTransmissionManager()

MCAPI webrtc::RtpTransmissionManager::RtpTransmissionManager ( bool is_unified_plan,
::webrtc::ConnectionContext * context,
::webrtc::UsagePattern * usage_pattern,
::webrtc::PeerConnectionObserver * observer,
::webrtc::LegacyStatsCollectorInterface * legacy_stats,
::std::function< void()> on_negotiation_needed )
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

◆ OnSetStreams()

virtual void webrtc::RtpTransmissionManager::OnSetStreams ( )
virtual

◆ AddAudioTrack()

MCAPI void webrtc::RtpTransmissionManager::AddAudioTrack ( ::webrtc::AudioTrackInterface * track,
::webrtc::MediaStreamInterface * stream )
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.

◆ AddTrack()

MCAPI ::webrtc::RTCErrorOr<::webrtc::scoped_refptr<::webrtc::RtpSenderInterface > > webrtc::RtpTransmissionManager::AddTrack ( ::webrtc::scoped_refptr<::webrtc::MediaStreamTrackInterface > track,
::std::vector<::std::string > const & stream_ids,
::std::vector<::webrtc::RtpEncodingParameters > const * init_send_encodings )
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.

◆ AddTrackPlanB()

MCAPI ::webrtc::RTCErrorOr<::webrtc::scoped_refptr<::webrtc::RtpSenderInterface > > webrtc::RtpTransmissionManager::AddTrackPlanB ( ::webrtc::scoped_refptr<::webrtc::MediaStreamTrackInterface > track,
::std::vector<::std::string > const & stream_ids,
::std::vector<::webrtc::RtpEncodingParameters > const * init_send_encodings )
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.

◆ AddTrackUnifiedPlan()

MCAPI ::webrtc::RTCErrorOr<::webrtc::scoped_refptr<::webrtc::RtpSenderInterface > > webrtc::RtpTransmissionManager::AddTrackUnifiedPlan ( ::webrtc::scoped_refptr<::webrtc::MediaStreamTrackInterface > track,
::std::vector<::std::string > const & stream_ids,
::std::vector<::webrtc::RtpEncodingParameters > const * init_send_encodings )
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.

◆ AddVideoTrack()

MCAPI void webrtc::RtpTransmissionManager::AddVideoTrack ( ::webrtc::VideoTrackInterface * track,
::webrtc::MediaStreamInterface * stream )
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.

◆ Close()

MCAPI void webrtc::RtpTransmissionManager::Close ( )
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.

◆ CreateAndAddTransceiver()

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.

◆ CreateAudioReceiver()

MCAPI void webrtc::RtpTransmissionManager::CreateAudioReceiver ( ::webrtc::MediaStreamInterface * stream,
::webrtc::RtpSenderInfo const & remote_sender_info )
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.

◆ CreateReceiver()

MCAPI ::webrtc::scoped_refptr<::webrtc::RtpReceiverProxyWithInternal<::webrtc::RtpReceiverInternal > > webrtc::RtpTransmissionManager::CreateReceiver ( ::cricket::MediaType media_type,
::std::string const & receiver_id )
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.

◆ CreateSender()

MCAPI ::webrtc::scoped_refptr<::webrtc::RtpSenderProxyWithInternal<::webrtc::RtpSenderInternal > > webrtc::RtpTransmissionManager::CreateSender ( ::cricket::MediaType media_type,
::std::string const & id,
::webrtc::scoped_refptr<::webrtc::MediaStreamTrackInterface > track,
::std::vector<::std::string > const & stream_ids,
::std::vector<::webrtc::RtpEncodingParameters > const & send_encodings )
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.

◆ CreateVideoReceiver()

MCAPI void webrtc::RtpTransmissionManager::CreateVideoReceiver ( ::webrtc::MediaStreamInterface * stream,
::webrtc::RtpSenderInfo const & remote_sender_info )
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.

◆ FindFirstTransceiverForAddedTrack()

MCAPI ::webrtc::scoped_refptr<::webrtc::RtpTransceiverProxyWithInternal<::webrtc::RtpTransceiver > > webrtc::RtpTransmissionManager::FindFirstTransceiverForAddedTrack ( ::webrtc::scoped_refptr<::webrtc::MediaStreamTrackInterface > track,
::std::vector<::webrtc::RtpEncodingParameters > const * init_send_encodings )
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.

◆ FindReceiverById()

MCAPI ::webrtc::scoped_refptr<::webrtc::RtpReceiverProxyWithInternal<::webrtc::RtpReceiverInternal > > webrtc::RtpTransmissionManager::FindReceiverById ( ::std::string const & receiver_id) 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.

◆ FindSenderById()

MCAPI ::webrtc::scoped_refptr<::webrtc::RtpSenderProxyWithInternal<::webrtc::RtpSenderInternal > > webrtc::RtpTransmissionManager::FindSenderById ( ::std::string const & sender_id) 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.

◆ FindSenderForTrack()

MCAPI ::webrtc::scoped_refptr<::webrtc::RtpSenderProxyWithInternal<::webrtc::RtpSenderInternal > > webrtc::RtpTransmissionManager::FindSenderForTrack ( ::webrtc::MediaStreamTrackInterface * track) 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.

◆ FindSenderInfo()

MCAPI::webrtc::RtpSenderInfo const * webrtc::RtpTransmissionManager::FindSenderInfo ( ::std::vector<::webrtc::RtpSenderInfo > const & infos,
::std::string const & stream_id,
::std::string const & sender_id ) 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.

◆ GetAudioTransceiver()

MCAPI ::webrtc::scoped_refptr<::webrtc::RtpTransceiverProxyWithInternal<::webrtc::RtpTransceiver > > webrtc::RtpTransmissionManager::GetAudioTransceiver ( ) 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.

◆ GetLocalSenderInfos()

MCAPI ::std::vector<::webrtc::RtpSenderInfo > * webrtc::RtpTransmissionManager::GetLocalSenderInfos ( ::cricket::MediaType media_type)
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.

◆ GetReceiversInternal()

MCAPI ::std::vector<::webrtc::scoped_refptr<::webrtc::RtpReceiverProxyWithInternal<::webrtc::RtpReceiverInternal > > > webrtc::RtpTransmissionManager::GetReceiversInternal ( ) 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.

◆ GetRemoteSenderInfos()

MCAPI ::std::vector<::webrtc::RtpSenderInfo > * webrtc::RtpTransmissionManager::GetRemoteSenderInfos ( ::cricket::MediaType media_type)
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.

◆ GetSendersInternal()

MCAPI ::std::vector<::webrtc::scoped_refptr<::webrtc::RtpSenderProxyWithInternal<::webrtc::RtpSenderInternal > > > webrtc::RtpTransmissionManager::GetSendersInternal ( ) 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.

◆ GetVideoTransceiver()

MCAPI ::webrtc::scoped_refptr<::webrtc::RtpTransceiverProxyWithInternal<::webrtc::RtpTransceiver > > webrtc::RtpTransmissionManager::GetVideoTransceiver ( ) 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.

◆ Observer()

MCAPI::webrtc::PeerConnectionObserver * webrtc::RtpTransmissionManager::Observer ( ) 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.

◆ OnLocalSenderAdded()

MCAPI void webrtc::RtpTransmissionManager::OnLocalSenderAdded ( ::webrtc::RtpSenderInfo const & sender_info,
::cricket::MediaType media_type )
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.

◆ OnLocalSenderRemoved()

MCAPI void webrtc::RtpTransmissionManager::OnLocalSenderRemoved ( ::webrtc::RtpSenderInfo const & sender_info,
::cricket::MediaType media_type )
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.

◆ OnNegotiationNeeded()

MCAPI void webrtc::RtpTransmissionManager::OnNegotiationNeeded ( )
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.

◆ OnRemoteSenderAdded()

MCAPI void webrtc::RtpTransmissionManager::OnRemoteSenderAdded ( ::webrtc::RtpSenderInfo const & sender_info,
::webrtc::MediaStreamInterface * stream,
::cricket::MediaType media_type )
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.

◆ OnRemoteSenderRemoved()

MCAPI void webrtc::RtpTransmissionManager::OnRemoteSenderRemoved ( ::webrtc::RtpSenderInfo const & sender_info,
::webrtc::MediaStreamInterface * stream,
::cricket::MediaType media_type )
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.

◆ RemoveAndStopReceiver()

MCAPI ::webrtc::scoped_refptr<::webrtc::RtpReceiverInterface > webrtc::RtpTransmissionManager::RemoveAndStopReceiver ( ::webrtc::RtpSenderInfo const & remote_sender_info)
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.

◆ RemoveAudioTrack()

MCAPI void webrtc::RtpTransmissionManager::RemoveAudioTrack ( ::webrtc::AudioTrackInterface * track,
::webrtc::MediaStreamInterface * stream )
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.

◆ RemoveVideoTrack()

MCAPI void webrtc::RtpTransmissionManager::RemoveVideoTrack ( ::webrtc::VideoTrackInterface * track,
::webrtc::MediaStreamInterface * stream )
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::RtpTransmissionManager::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.

◆ video_media_receive_channel()

MCAPI::cricket::VideoMediaReceiveChannelInterface * webrtc::RtpTransmissionManager::video_media_receive_channel ( ) 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.

◆ video_media_send_channel()

MCAPI::cricket::VideoMediaSendChannelInterface * webrtc::RtpTransmissionManager::video_media_send_channel ( ) 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.

◆ voice_media_receive_channel()

MCAPI::cricket::VoiceMediaReceiveChannelInterface * webrtc::RtpTransmissionManager::voice_media_receive_channel ( ) 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.

◆ voice_media_send_channel()

MCAPI::cricket::VoiceMediaSendChannelInterface * webrtc::RtpTransmissionManager::voice_media_send_channel ( ) 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()

MCAPI void * webrtc::RtpTransmissionManager::$ctor ( bool is_unified_plan,
::webrtc::ConnectionContext * context,
::webrtc::UsagePattern * usage_pattern,
::webrtc::PeerConnectionObserver * observer,
::webrtc::LegacyStatsCollectorInterface * legacy_stats,
::std::function< void()> on_negotiation_needed )
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.

◆ $OnSetStreams()

MCAPI void webrtc::RtpTransmissionManager::$OnSetStreams ( )
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::RtpTransmissionManager::$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.

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