3#include "mc/_HeaderOutputPredefine.h"
7namespace webrtc {
class Environment; }
8namespace webrtc {
class FieldTrialsView; }
9namespace webrtc {
class RtcEventLog; }
10namespace webrtc {
class TaskQueueFactory; }
23 MCNAPI ::webrtc::Environment
Create()
const;
29 MCNAPI
void Set(::std::unique_ptr<::webrtc::RtcEventLog>);
31 MCNAPI
void Set(::std::unique_ptr<::webrtc::TaskQueueFactory>);
33 MCNAPI
void Set(::std::unique_ptr<::webrtc::FieldTrialsView const>);
Definition EnvironmentFactory.h:15
MCAPI::webrtc::Environment CreateWithDefaults()
MCAPI void Set(::std::unique_ptr<::webrtc::FieldTrialsView const >)
MCAPI void Set(::std::unique_ptr<::webrtc::RtcEventLog >)
MCAPI void * $ctor(::webrtc::Environment const &)
MCAPI::webrtc::Environment Create() const
MCAPI void Set(::std::unique_ptr<::webrtc::TaskQueueFactory >)
MCAPI ~EnvironmentFactory()
MCAPI EnvironmentFactory(::webrtc::Environment const &)
Definition Environment.h:7