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
11
namespace
webrtc {
class
StreamStatistician; }
12
// clang-format on
13
14
namespace
webrtc {
15
16
class
ReceiveStatistics
:
public
::webrtc::ReceiveStatisticsProvider
,
public
::webrtc::RtpPacketSinkInterface
{
17
public
:
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
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
46
// NOLINTEND
47
};
48
49
}
// namespace webrtc
webrtc::ReceiveStatisticsProvider
Definition
ReceiveStatisticsProvider.h:12
webrtc::ReceiveStatistics
Definition
ReceiveStatistics.h:16
webrtc::RtpPacketSinkInterface
Definition
RtpPacketSinkInterface.h:12
src
mc
external
webrtc
ReceiveStatistics.h
Generated on Sat Apr 26 2025 05:55:43 for LeviLamina by
1.12.0