LeviLamina
Loading...
Searching...
No Matches
InterArrivalDelta.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
webrtc {
class
TimeDelta; }
8
namespace
webrtc {
class
Timestamp; }
9
// clang-format on
10
11
namespace
webrtc {
12
13
class
InterArrivalDelta
{
14
public
:
15
// member functions
16
// NOLINTBEGIN
17
MCAPI
bool
BelongsToBurst(
::webrtc::Timestamp
,
::webrtc::Timestamp
)
const
;
18
19
MCAPI
bool
20
ComputeDeltas(
::webrtc::Timestamp
,
::webrtc::Timestamp
,
::webrtc::Timestamp
, uint64,
::webrtc::TimeDelta
*,
::webrtc::TimeDelta
*,
int
*);
21
22
MCAPI
explicit
InterArrivalDelta
(
::webrtc::TimeDelta
);
23
24
MCAPI
bool
NewTimestampGroup(
::webrtc::Timestamp
,
::webrtc::Timestamp
)
const
;
25
26
MCAPI
void
Reset();
27
// NOLINTEND
28
29
public
:
30
// constructor thunks
31
// NOLINTBEGIN
32
MCAPI
void
* $ctor(
::webrtc::TimeDelta
);
33
// NOLINTEND
34
};
35
36
}
// namespace webrtc
webrtc::InterArrivalDelta
Definition
InterArrivalDelta.h:13
webrtc::TimeDelta
Definition
TimeDelta.h:10
webrtc::Timestamp
Definition
Timestamp.h:10
src
mc
external
webrtc
InterArrivalDelta.h
Generated on Sat Apr 26 2025 05:55:43 for LeviLamina by
1.12.0