LeviLamina
Loading...
Searching...
No Matches
RtpSequenceNumberMap.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // RtpSequenceNumberMap inner types declare
10 // clang-format off
11 struct Association;
12 struct Info;
13 // clang-format on
14
15 // RtpSequenceNumberMap inner types define
16 struct Association {};
17
18 struct Info {};
19
20public:
21 // prevent constructor by default
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCNAPI ::std::optional<::webrtc::RtpSequenceNumberMap::Info> Get(ushort) const;
28
30
31 MCNAPI explicit RtpSequenceNumberMap(uint64);
32
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCNAPI void* $ctor(uint64);
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCNAPI void $dtor();
46 // NOLINTEND
47};
48
49} // namespace webrtc
Definition RtpSequenceNumberMap.h:7
MCAPI RtpSequenceNumberMap(uint64)
MCAPI void * $ctor(uint64)
MCAPI void InsertPacket(ushort, ::webrtc::RtpSequenceNumberMap::Info)
MCAPI ::std::optional<::webrtc::RtpSequenceNumberMap::Info > Get(ushort) const
Definition RtpSequenceNumberMap.h:16
Definition RtpSequenceNumberMap.h:18