LeviLamina
Loading...
Searching...
No Matches
NetworkStateEstimate.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
7struct NetworkStateEstimate {
8public:
9 // member variables
10 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
32 NetworkStateEstimate& operator=(NetworkStateEstimate const&);
33 NetworkStateEstimate(NetworkStateEstimate const&);
34 NetworkStateEstimate();
35};
36
37} // namespace webrtc
Definition Alias.h:14