LeviLamina
Loading...
Searching...
No Matches
CongestionWindowConfig.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class StructParametersParser; }
8// clang-format on
9
10namespace webrtc {
11
13public:
14 // member variables
15 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI ::std::unique_ptr<::webrtc::StructParametersParser> Parser();
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCNAPI static ::webrtc::CongestionWindowConfig Parse(::std::string_view config);
38 // NOLINTEND
39
40public:
41 // static variables
42 // NOLINTBEGIN
43 MCNAPI static ::std::add_lvalue_reference_t<char const[]> kKey();
44 // NOLINTEND
45};
46
47} // namespace webrtc
Definition Alias.h:14
Definition CongestionWindowConfig.h:12
static MCAPI ::webrtc::CongestionWindowConfig Parse(::std::string_view config)
static MCAPI ::std::add_lvalue_reference_t< char const[]> kKey()
MCAPI ::std::unique_ptr<::webrtc::StructParametersParser > Parser()