LeviLamina
Loading...
Searching...
No Matches
ReportBlockData.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; }
9namespace webrtc::rtcp { class ReportBlock; }
10// clang-format on
11
12namespace webrtc {
13
15public:
16 // member variables
17 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
32 ReportBlockData& operator=(ReportBlockData const&);
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI void AddRoundTripTimeSample(::webrtc::TimeDelta);
40
41 MCAPI void SetReportBlock(uint, ::webrtc::rtcp::ReportBlock const&, ::webrtc::Timestamp);
42
43 MCAPI ::webrtc::TimeDelta jitter(int) const;
44 // NOLINTEND
45};
46
47} // namespace webrtc
Definition ReportBlockData.h:14
Definition TimeDelta.h:10
Definition Timestamp.h:10
Definition ReportBlock.h:7
Definition Alias.h:14