LeviLamina
Loading...
Searching...
No Matches
BweSeparateAudioPacketsSettings.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class FieldTrialsView; }
8namespace webrtc { class StructParametersParser; }
9// clang-format on
10
11namespace webrtc {
12
14public:
15 // prevent constructor by default
17
18public:
19 // member functions
20 // NOLINTBEGIN
22
23 MCNAPI ::std::unique_ptr<::webrtc::StructParametersParser> Parser();
24 // NOLINTEND
25
26public:
27 // static variables
28 // NOLINTBEGIN
29 MCNAPI static ::std::add_lvalue_reference_t<char const[]> kKey();
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCNAPI void* $ctor(::webrtc::FieldTrialsView const*);
36 // NOLINTEND
37};
38
39} // namespace webrtc
Definition FieldTrialsView.h:7
Definition BweSeparateAudioPacketsSettings.h:13
MCAPI void * $ctor(::webrtc::FieldTrialsView const *)
MCAPI BweSeparateAudioPacketsSettings(::webrtc::FieldTrialsView const *)
static MCAPI ::std::add_lvalue_reference_t< char const[]> kKey()
MCAPI ::std::unique_ptr<::webrtc::StructParametersParser > Parser()