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 functions
15 // NOLINTBEGIN
16 MCAPI ::std::unique_ptr<::webrtc::StructParametersParser> Parser();
17 // NOLINTEND
18
19public:
20 // static functions
21 // NOLINTBEGIN
22 MCAPI static ::webrtc::CongestionWindowConfig Parse(::std::string_view);
23 // NOLINTEND
24
25public:
26 // static variables
27 // NOLINTBEGIN
28 MCAPI static ::std::add_lvalue_reference_t<char const[]> kKey();
29 // NOLINTEND
30};
31
32} // namespace webrtc
Definition Parser.h:29
Definition CongestionWindowConfig.h:12