LeviLamina
Loading...
Searching...
No Matches
AlrExperimentSettings.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class FieldTrialsView; }
8// clang-format on
9
10namespace webrtc {
11
13public:
14 // static functions
15 // NOLINTBEGIN
16 MCNAPI static ::std::optional<::webrtc::AlrExperimentSettings>
18
20 // NOLINTEND
21
22public:
23 // static variables
24 // NOLINTBEGIN
25 MCNAPI static ::std::string_view const& kScreenshareProbingBweExperimentName();
26
27 MCNAPI static ::std::string_view const& kStrictPacingAndProbingExperimentName();
28 // NOLINTEND
29};
30
31} // namespace webrtc
Definition FieldTrialsView.h:7
Definition AlrExperimentSettings.h:12
static MCAPI bool MaxOneFieldTrialEnabled(::webrtc::FieldTrialsView const &)
static MCAPI ::std::string_view const & kStrictPacingAndProbingExperimentName()
static MCAPI ::std::string_view const & kScreenshareProbingBweExperimentName()
static MCAPI ::std::optional<::webrtc::AlrExperimentSettings > CreateFromFieldTrial(::webrtc::FieldTrialsView const &, ::std::string_view)