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
7namespace webrtc { class TimeDelta; }
8namespace webrtc { class Timestamp; }
9// clang-format on
10
11namespace webrtc {
12
14public:
15 // member functions
16 // NOLINTBEGIN
17 MCAPI bool BelongsToBurst(::webrtc::Timestamp, ::webrtc::Timestamp) const;
18
19 MCAPI bool
21
23
24 MCAPI bool NewTimestampGroup(::webrtc::Timestamp, ::webrtc::Timestamp) const;
25
26 MCAPI void Reset();
27 // NOLINTEND
28
29public:
30 // constructor thunks
31 // NOLINTBEGIN
32 MCAPI void* $ctor(::webrtc::TimeDelta);
33 // NOLINTEND
34};
35
36} // namespace webrtc
Definition InterArrivalDelta.h:13
Definition TimeDelta.h:10
Definition Timestamp.h:10