LeviLamina
Loading...
Searching...
No Matches
ReceiveStatistics.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/ReceiveStatisticsProvider.h"
7#include "mc/external/webrtc/RtpPacketSinkInterface.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace webrtc { class StreamStatistician; }
12// clang-format on
13
14namespace webrtc {
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 0
21 virtual ~ReceiveStatistics() /*override*/ = default;
22
23 // vIndex: 2
24 virtual ::webrtc::StreamStatistician* GetStatistician(uint) const = 0;
25
26 // vIndex: 4
27 virtual void SetMaxReorderingThreshold(int) = 0;
28
29 // vIndex: 3
30 virtual void SetMaxReorderingThreshold(uint, int) = 0;
31
32 // vIndex: 5
33 virtual void EnableRetransmitDetection(uint, bool) = 0;
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45
46 // NOLINTEND
47};
48
49} // namespace webrtc
Definition ReceiveStatisticsProvider.h:12
Definition ReceiveStatistics.h:16
Definition RtpPacketSinkInterface.h:12