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