LeviLamina
Loading...
Searching...
No Matches
VideoRateControlConfig.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 variables
21 // NOLINTBEGIN
22 MCAPI static ::std::add_lvalue_reference_t<char const[]> kKey();
23 // NOLINTEND
24};
25
26} // namespace webrtc
Definition Parser.h:29
Definition VideoRateControlConfig.h:12