LeviLamina
Loading...
Searching...
No Matches
AlrDetectorConfig.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};
19
20} // namespace webrtc
Definition Parser.h:29
Definition AlrDetectorConfig.h:12