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