LeviLamina
Loading...
Searching...
No Matches
BitrateProberConfig.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; }
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 explicit BitrateProberConfig(::webrtc::FieldTrialsView const* key_value_config);
32
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCNAPI void* $ctor(::webrtc::FieldTrialsView const* key_value_config);
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCNAPI void $dtor();
46 // NOLINTEND
47};
48
49} // namespace webrtc
Definition FieldTrialsView.h:7
Definition Alias.h:14
Definition BitrateProberConfig.h:12
MCAPI BitrateProberConfig(::webrtc::FieldTrialsView const *key_value_config)
MCAPI void * $ctor(::webrtc::FieldTrialsView const *key_value_config)