3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/RtcEventLog.h"
10namespace webrtc {
class RtcEvent; }
11namespace webrtc {
class RtcEventLogOutput; }
21 virtual bool StartLogging(::std::unique_ptr<::webrtc::RtcEventLogOutput>, int64) ;
24 virtual void StopLogging() ;
27 virtual void Log(::std::unique_ptr<::webrtc::RtcEvent> event) ;
36 MCNAPI
bool $StartLogging(::std::unique_ptr<::webrtc::RtcEventLogOutput>, int64);
40 MCNAPI
void $Log(::std::unique_ptr<::webrtc::RtcEvent> event);
Definition RtcEventLogNull.h:16
static MCAPI void ** $vftable()
MCAPI void $Log(::std::unique_ptr<::webrtc::RtcEvent > event)
MCAPI bool $StartLogging(::std::unique_ptr<::webrtc::RtcEventLogOutput >, int64)
MCAPI void $StopLogging()
Definition RtcEventLog.h:13