LeviLamina
Loading...
Searching...
No Matches
DelayIncreaseDetectorInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/external/webrtc/BandwidthUsage.h"
7
8
namespace
webrtc {
9
10
class
DelayIncreaseDetectorInterface
{
11
public
:
12
// virtual functions
13
// NOLINTBEGIN
14
virtual
~DelayIncreaseDetectorInterface
();
15
16
virtual
void
Update(
17
double
recv_delta_ms,
18
double
send_delta_ms,
19
int64 send_time_ms,
20
int64 arrival_time_ms,
21
uint64 packet_size,
22
bool
calculated_deltas
23
) = 0;
24
25
virtual ::webrtc::BandwidthUsage State()
const
= 0;
26
// NOLINTEND
27
28
public
:
29
// destructor thunk
30
// NOLINTBEGIN
31
MCNAPI
void
$dtor
();
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCNAPI
static
void
**
$vftable
();
44
// NOLINTEND
45
};
46
47
}
// namespace webrtc
webrtc::DelayIncreaseDetectorInterface
Definition
DelayIncreaseDetectorInterface.h:10
webrtc::DelayIncreaseDetectorInterface::$dtor
MCAPI void $dtor()
webrtc::DelayIncreaseDetectorInterface::$vftable
static MCAPI void ** $vftable()
src
mc
external
webrtc
DelayIncreaseDetectorInterface.h
Generated on
for LeviLamina by
1.16.1