LeviLamina
Loading...
Searching...
No Matches
webrtc::TrackMediaInfoMap Class Reference

Public Member Functions

TrackMediaInfoMapoperator= (TrackMediaInfoMap const &)
 
MCAPI ::std::optional< int > GetAttachmentIdByTrack (::webrtc::MediaStreamTrackInterface const *) const
 
MCAPI ::webrtc::scoped_refptr<::webrtc::AudioTrackInterfaceGetAudioTrack (::cricket::VoiceSenderInfo const &) const
 
MCAPI ::webrtc::scoped_refptr<::webrtc::AudioTrackInterfaceGetAudioTrack (::cricket::VoiceReceiverInfo const &) const
 
MCAPI::cricket::VideoSenderInfo const * GetVideoSenderInfoBySsrc (uint) const
 
MCAPI ::webrtc::scoped_refptr<::webrtc::VideoTrackInterfaceGetVideoTrack (::cricket::VideoSenderInfo const &) const
 
MCAPI ::webrtc::scoped_refptr<::webrtc::VideoTrackInterfaceGetVideoTrack (::cricket::VideoReceiverInfo const &) const
 
MCAPI::cricket::VoiceSenderInfo const * GetVoiceSenderInfoBySsrc (uint) const
 
MCAPI void Initialize (::std::optional<::cricket::VoiceMediaInfo >, ::std::optional<::cricket::VideoMediaInfo >, ::rtc::ArrayView<::webrtc::scoped_refptr<::webrtc::RtpSenderInternal > >, ::rtc::ArrayView<::webrtc::scoped_refptr<::webrtc::RtpReceiverInternal > >)
 
MCAPI TrackMediaInfoMap ()
 
MCAPI TrackMediaInfoMap (::webrtc::TrackMediaInfoMap &&)
 
MCAPI TrackMediaInfoMap (::webrtc::TrackMediaInfoMap const &)
 
MCAPI ~TrackMediaInfoMap ()
 
MCAPI void * $ctor ()
 
MCAPI void * $ctor (::webrtc::TrackMediaInfoMap &&)
 
MCAPI void * $ctor (::webrtc::TrackMediaInfoMap const &)
 
MCAPI void $dtor ()
 

Constructor & Destructor Documentation

◆ TrackMediaInfoMap() [1/3]

MCAPI webrtc::TrackMediaInfoMap::TrackMediaInfoMap ( )
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.

◆ TrackMediaInfoMap() [2/3]

MCAPI webrtc::TrackMediaInfoMap::TrackMediaInfoMap ( ::webrtc::TrackMediaInfoMap && )
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.

◆ TrackMediaInfoMap() [3/3]

MCAPI webrtc::TrackMediaInfoMap::TrackMediaInfoMap ( ::webrtc::TrackMediaInfoMap 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.

◆ ~TrackMediaInfoMap()

MCAPI webrtc::TrackMediaInfoMap::~TrackMediaInfoMap ( )
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

◆ GetAttachmentIdByTrack()

MCAPI ::std::optional< int > webrtc::TrackMediaInfoMap::GetAttachmentIdByTrack ( ::webrtc::MediaStreamTrackInterface const * ) 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.

◆ GetAudioTrack() [1/2]

MCAPI ::webrtc::scoped_refptr<::webrtc::AudioTrackInterface > webrtc::TrackMediaInfoMap::GetAudioTrack ( ::cricket::VoiceSenderInfo const & ) 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.

◆ GetAudioTrack() [2/2]

MCAPI ::webrtc::scoped_refptr<::webrtc::AudioTrackInterface > webrtc::TrackMediaInfoMap::GetAudioTrack ( ::cricket::VoiceReceiverInfo const & ) 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.

◆ GetVideoSenderInfoBySsrc()

MCAPI::cricket::VideoSenderInfo const * webrtc::TrackMediaInfoMap::GetVideoSenderInfoBySsrc ( uint ) 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.

◆ GetVideoTrack() [1/2]

MCAPI ::webrtc::scoped_refptr<::webrtc::VideoTrackInterface > webrtc::TrackMediaInfoMap::GetVideoTrack ( ::cricket::VideoSenderInfo const & ) 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.

◆ GetVideoTrack() [2/2]

MCAPI ::webrtc::scoped_refptr<::webrtc::VideoTrackInterface > webrtc::TrackMediaInfoMap::GetVideoTrack ( ::cricket::VideoReceiverInfo const & ) 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.

◆ GetVoiceSenderInfoBySsrc()

MCAPI::cricket::VoiceSenderInfo const * webrtc::TrackMediaInfoMap::GetVoiceSenderInfoBySsrc ( uint ) 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.

◆ Initialize()

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/3]

MCAPI void * webrtc::TrackMediaInfoMap::$ctor ( )
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/3]

MCAPI void * webrtc::TrackMediaInfoMap::$ctor ( ::webrtc::TrackMediaInfoMap && )
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() [3/3]

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

◆ $dtor()

MCAPI void webrtc::TrackMediaInfoMap::$dtor ( )
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: