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

Classes

struct  SessionStats
 
struct  TransportStats
 

Public Member Functions

MCAPI::webrtc::StatsReport * AddCandidateReport (::cricket::CandidateStats const &, bool)
 
MCAPI::webrtc::StatsReport * AddCertificateReports (::std::unique_ptr<::rtc::SSLCertificateStats >)
 
MCAPI::webrtc::StatsReport * AddConnectionInfoReport (::std::string const &, int, int, ::webrtc::scoped_refptr<::webrtc::StatsReport::IdBase > const &, ::cricket::ConnectionInfo const &)
 
MCAPI void AddStream (::webrtc::MediaStreamInterface *)
 
MCAPI void AddTrack (::webrtc::MediaStreamTrackInterface *)
 
MCAPI void ExtractBweInfo ()
 
MCAPI void ExtractDataInfo_n (::webrtc::StatsCollection *)
 
MCAPI void ExtractMediaInfo (::std::map<::std::string, ::std::string > const &)
 
MCAPI void ExtractSenderInfo ()
 
MCAPI ::std::map<::std::string, ::std::string > ExtractSessionAndDataInfo ()
 
MCAPI::webrtc::LegacyStatsCollector::SessionStats ExtractSessionInfo_n (::std::vector< ::webrtc::scoped_refptr<::webrtc::RtpTransceiverProxyWithInternal<::webrtc::RtpTransceiver > > > const &, ::std::optional<::std::string >, ::std::optional<::std::string >)
 
MCAPI void ExtractSessionInfo_s (::webrtc::LegacyStatsCollector::SessionStats &)
 
MCAPI::webrtc::StatsReport * GetReport (::webrtc::StatsReport::StatsType const &, ::std::string const &, ::webrtc::StatsReport::Direction)
 
MCAPI void InvalidateCache ()
 
MCAPI bool IsValidTrack (::std::string const &)
 
MCAPI LegacyStatsCollector (::webrtc::PeerConnectionInternal *)
 
MCAPI::webrtc::StatsReport * PrepareADMReport ()
 
MCAPI::webrtc::StatsReport * PrepareReport (bool, uint, ::std::string const &, ::webrtc::scoped_refptr<::webrtc::StatsReport::IdBase > const &, ::webrtc::StatsReport::Direction)
 
MCAPI void UpdateReportFromAudioTrack (::webrtc::AudioTrackInterface *, ::webrtc::StatsReport *, bool)
 
MCAPI void UpdateStats (::webrtc::PeerConnectionInterface::StatsOutputLevel)
 
MCAPI void UpdateStatsFromExistingLocalAudioTracks (bool)
 
MCAPI void UpdateTrackReports ()
 
MCAPI void * $ctor (::webrtc::PeerConnectionInternal *)
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Constructor & Destructor Documentation

◆ LegacyStatsCollector()

MCAPI webrtc::LegacyStatsCollector::LegacyStatsCollector ( ::webrtc::PeerConnectionInternal * )
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.

Member Function Documentation

◆ AddCandidateReport()

MCAPI::webrtc::StatsReport * webrtc::LegacyStatsCollector::AddCandidateReport ( ::cricket::CandidateStats const & ,
bool  )
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.

◆ AddCertificateReports()

MCAPI::webrtc::StatsReport * webrtc::LegacyStatsCollector::AddCertificateReports ( ::std::unique_ptr<::rtc::SSLCertificateStats > )
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.

◆ AddConnectionInfoReport()

MCAPI::webrtc::StatsReport * webrtc::LegacyStatsCollector::AddConnectionInfoReport ( ::std::string const & ,
int ,
int ,
::webrtc::scoped_refptr<::webrtc::StatsReport::IdBase > const & ,
::cricket::ConnectionInfo 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.

◆ AddStream()

MCAPI void webrtc::LegacyStatsCollector::AddStream ( ::webrtc::MediaStreamInterface * )
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 void webrtc::LegacyStatsCollector::AddTrack ( ::webrtc::MediaStreamTrackInterface * )
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.

◆ ExtractBweInfo()

MCAPI void webrtc::LegacyStatsCollector::ExtractBweInfo ( )
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.

◆ ExtractDataInfo_n()

MCAPI void webrtc::LegacyStatsCollector::ExtractDataInfo_n ( ::webrtc::StatsCollection * )
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.

◆ ExtractMediaInfo()

MCAPI void webrtc::LegacyStatsCollector::ExtractMediaInfo ( ::std::map<::std::string, ::std::string > 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.

◆ ExtractSenderInfo()

MCAPI void webrtc::LegacyStatsCollector::ExtractSenderInfo ( )
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.

◆ ExtractSessionAndDataInfo()

MCAPI ::std::map<::std::string, ::std::string > webrtc::LegacyStatsCollector::ExtractSessionAndDataInfo ( )
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.

◆ ExtractSessionInfo_n()

MCAPI::webrtc::LegacyStatsCollector::SessionStats webrtc::LegacyStatsCollector::ExtractSessionInfo_n ( ::std::vector< ::webrtc::scoped_refptr<::webrtc::RtpTransceiverProxyWithInternal<::webrtc::RtpTransceiver > > > const & ,
::std::optional<::std::string > ,
::std::optional<::std::string >  )
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.

◆ ExtractSessionInfo_s()

MCAPI void webrtc::LegacyStatsCollector::ExtractSessionInfo_s ( ::webrtc::LegacyStatsCollector::SessionStats & )
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.

◆ GetReport()

MCAPI::webrtc::StatsReport * webrtc::LegacyStatsCollector::GetReport ( ::webrtc::StatsReport::StatsType const & ,
::std::string const & ,
::webrtc::StatsReport::Direction  )
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.

◆ InvalidateCache()

MCAPI void webrtc::LegacyStatsCollector::InvalidateCache ( )
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.

◆ IsValidTrack()

MCAPI bool webrtc::LegacyStatsCollector::IsValidTrack ( ::std::string 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.

◆ PrepareADMReport()

MCAPI::webrtc::StatsReport * webrtc::LegacyStatsCollector::PrepareADMReport ( )
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.

◆ PrepareReport()

MCAPI::webrtc::StatsReport * webrtc::LegacyStatsCollector::PrepareReport ( bool ,
uint ,
::std::string const & ,
::webrtc::scoped_refptr<::webrtc::StatsReport::IdBase > const & ,
::webrtc::StatsReport::Direction  )
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.

◆ UpdateReportFromAudioTrack()

MCAPI void webrtc::LegacyStatsCollector::UpdateReportFromAudioTrack ( ::webrtc::AudioTrackInterface * ,
::webrtc::StatsReport * ,
bool  )
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.

◆ UpdateStats()

MCAPI void webrtc::LegacyStatsCollector::UpdateStats ( ::webrtc::PeerConnectionInterface::StatsOutputLevel )
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.

◆ UpdateStatsFromExistingLocalAudioTracks()

MCAPI void webrtc::LegacyStatsCollector::UpdateStatsFromExistingLocalAudioTracks ( bool )
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.

◆ UpdateTrackReports()

MCAPI void webrtc::LegacyStatsCollector::UpdateTrackReports ( )
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::LegacyStatsCollector::$ctor ( ::webrtc::PeerConnectionInternal * )
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::LegacyStatsCollector::$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: