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 // prevent constructor by default
17
18public:
19 // member functions
20 // NOLINTBEGIN
22
23 MCNAPI bool ComputeDeltas(
27 uint64,
30 int*
31 );
32
34
36
37 MCNAPI void Reset();
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
44 // NOLINTEND
45};
46
47} // namespace webrtc
Definition InterArrivalDelta.h:13
MCAPI InterArrivalDelta(::webrtc::TimeDelta)
MCAPI bool ComputeDeltas(::webrtc::Timestamp, ::webrtc::Timestamp, ::webrtc::Timestamp, uint64, ::webrtc::TimeDelta *, ::webrtc::TimeDelta *, int *)
MCAPI bool BelongsToBurst(::webrtc::Timestamp, ::webrtc::Timestamp) const
MCAPI void * $ctor(::webrtc::TimeDelta)
MCAPI bool NewTimestampGroup(::webrtc::Timestamp, ::webrtc::Timestamp) const
Definition TimeDelta.h:10
Definition Timestamp.h:10