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 // prevent constructor by default
19
20public:
21 // member functions
22 // NOLINTBEGIN
24
25 MCNAPI ::std::optional<::webrtc::AbsoluteCaptureTime>
26 OnSendPacket(uint, uint, int, ::webrtc::NtpTime, ::std::optional<int64>, bool);
27
28 MCNAPI bool
29 ShouldSendExtension(::webrtc::Timestamp, uint, uint, int, ::webrtc::NtpTime, ::std::optional<int64>) const;
30 // NOLINTEND
31
32public:
33 // static functions
34 // NOLINTBEGIN
35 MCNAPI static uint GetSource(uint, ::rtc::ArrayView<uint const>);
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCNAPI void* $ctor(::webrtc::Clock*);
42 // NOLINTEND
43};
44
45} // namespace webrtc
Definition _HeaderOutputPredefine.h:258
Definition Clock.h:13
Definition NtpTime.h:7
Definition Timestamp.h:10
Definition AbsoluteCaptureTimeSender.h:15
MCAPI bool ShouldSendExtension(::webrtc::Timestamp, uint, uint, int, ::webrtc::NtpTime, ::std::optional< int64 >) const
MCAPI ::std::optional<::webrtc::AbsoluteCaptureTime > OnSendPacket(uint, uint, int, ::webrtc::NtpTime, ::std::optional< int64 >, bool)
MCAPI AbsoluteCaptureTimeSender(::webrtc::Clock *)
static MCAPI uint GetSource(uint, ::rtc::ArrayView< uint const >)
MCAPI void * $ctor(::webrtc::Clock *)