LeviLamina
Loading...
Searching...
No Matches
AbsoluteCaptureTimeSender.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class Clock; }
8namespace webrtc { class NtpTime; }
9namespace webrtc { class Timestamp; }
10namespace webrtc { struct AbsoluteCaptureTime; }
11// clang-format on
12
13namespace webrtc {
14
16public:
17 // member functions
18 // NOLINTBEGIN
20
21 MCAPI ::std::optional<::webrtc::AbsoluteCaptureTime>
22 OnSendPacket(uint, uint, int, ::webrtc::NtpTime, ::std::optional<int64>, bool);
23
24 MCAPI bool
25 ShouldSendExtension(::webrtc::Timestamp, uint, uint, int, ::webrtc::NtpTime, ::std::optional<int64>) const;
26 // NOLINTEND
27
28public:
29 // static functions
30 // NOLINTBEGIN
31 MCAPI static uint GetSource(uint, ::rtc::ArrayView<uint const>);
32 // NOLINTEND
33
34public:
35 // constructor thunks
36 // NOLINTBEGIN
37 MCAPI void* $ctor(::webrtc::Clock*);
38 // NOLINTEND
39};
40
41} // namespace webrtc
Definition _HeaderOutputPredefine.h:238
Definition Clock.h:13
Definition NtpTime.h:7
Definition Timestamp.h:10
Definition AbsoluteCaptureTimeSender.h:15