3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/RtcEventLog.h"
20 virtual bool StartLogging(::std::unique_ptr<::webrtc::RtcEventLogOutput>, int64) ;
22 virtual void StopLogging() ;
24 virtual void Log(::std::unique_ptr<::webrtc::RtcEvent> event) ;
32 MCNAPI
bool $StartLogging(::std::unique_ptr<::webrtc::RtcEventLogOutput>, int64);
36 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 RtcEventLogOutput.h:7
Definition RtcEventLog.h:13