LeviLamina
Loading...
Searching...
No Matches
RateControlSettings.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class DataSize; }
8namespace webrtc { class FieldTrialsView; }
9// clang-format on
10
11namespace webrtc {
12
14public:
15 // member variables
16 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCNAPI ::std::optional<::webrtc::DataSize> CongestionWindowInitialDataWindow() const;
31
33
35
36 MCNAPI explicit RateControlSettings(::webrtc::FieldTrialsView const* const key_value_config);
37
38 MCNAPI bool UseCongestionWindow() const;
39
41
42 MCNAPI bool UseCongestionWindowPushback() const;
43
45 // NOLINTEND
46
47public:
48 // static functions
49 // NOLINTBEGIN
50 MCNAPI static ::webrtc::RateControlSettings
51 ParseFromKeyValueConfig(::webrtc::FieldTrialsView const* const key_value_config);
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCNAPI void* $ctor(::webrtc::FieldTrialsView const* const key_value_config);
58 // NOLINTEND
59
60public:
61 // destructor thunk
62 // NOLINTBEGIN
63 MCNAPI void $dtor();
64 // NOLINTEND
65};
66
67} // namespace webrtc
Definition FieldTrialsView.h:7
Definition RateControlSettings.h:13
MCAPI ::std::optional<::webrtc::DataSize > CongestionWindowInitialDataWindow() const
MCAPI bool UseCongestionWindowPushback() const
MCAPI void * $ctor(::webrtc::FieldTrialsView const *const key_value_config)
MCAPI int64 GetCongestionWindowAdditionalTimeMs() const
MCAPI RateControlSettings(::webrtc::FieldTrialsView const *const key_value_config)
static MCAPI ::webrtc::RateControlSettings ParseFromKeyValueConfig(::webrtc::FieldTrialsView const *const key_value_config)
MCAPI uint CongestionWindowMinPushbackTargetBitrateBps() const
MCAPI bool UseCongestionWindow() const
MCAPI bool UseCongestionWindowDropFrameOnly() const
Definition Alias.h:14