LeviLamina
Loading...
Searching...
No Matches
RtcpNackStats.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // member variables
10 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 RtcpNackStats& operator=(RtcpNackStats const&);
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCNAPI void ReportRequest(ushort sequence_number);
25
26 MCNAPI RtcpNackStats();
27 // NOLINTEND
28
29public:
30 // constructor thunks
31 // NOLINTBEGIN
32 MCNAPI void* $ctor();
33 // NOLINTEND
34};
35
36} // namespace webrtc
Definition RtcpNackStats.h:7
MCAPI void ReportRequest(ushort sequence_number)
MCAPI void * $ctor()
Definition Alias.h:14