LeviLamina
Loading...
Searching...
No Matches
RapidResyncRequest.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/rtc/FunctionView.h"
7#include "mc/external/webrtc/Rtpfb.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace webrtc::rtcp { class CommonHeader; }
12// clang-format on
13
14namespace webrtc::rtcp {
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 virtual ~RapidResyncRequest() /*override*/;
21
22 virtual uint64 BlockLength() const /*override*/;
23
24 virtual bool Create(
25 uchar* packet,
26 uint64* index,
27 uint64 max_length,
29 ) const /*override*/;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCNAPI bool Parse(::webrtc::rtcp::CommonHeader const& packet);
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCNAPI void $dtor();
42 // NOLINTEND
43
44public:
45 // virtual function thunks
46 // NOLINTBEGIN
47 MCNAPI uint64 $BlockLength() const;
48
49 MCNAPI bool $Create(
50 uchar* packet,
51 uint64* index,
52 uint64 max_length,
54 ) const;
55
56
57 // NOLINTEND
58
59public:
60 // vftables
61 // NOLINTBEGIN
62 MCNAPI static void** $vftable();
63 // NOLINTEND
64};
65
66} // namespace webrtc::rtcp
Definition _HeaderOutputPredefine.h:310
Definition FunctionView.h:8
Definition CommonHeader.h:7
Definition RapidResyncRequest.h:16
MCAPI uint64 $BlockLength() const
MCAPI bool $Create(uchar *packet, uint64 *index, uint64 max_length, ::rtc::FunctionView< void(::rtc::ArrayView< uchar const >)> callback) const
MCAPI bool Parse(::webrtc::rtcp::CommonHeader const &packet)
static MCAPI void ** $vftable()
Definition Rtpfb.h:10