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 // vIndex: 0
21 virtual ~RapidResyncRequest() /*override*/;
22
23 // vIndex: 1
24 virtual uint64 BlockLength() const /*override*/;
25
26 // vIndex: 2
27 virtual bool Create(
28 uchar* packet,
29 uint64* index,
30 uint64 max_length,
32 ) const /*override*/;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCNAPI bool Parse(::webrtc::rtcp::CommonHeader const& packet);
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCNAPI void $dtor();
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50 MCNAPI uint64 $BlockLength() const;
51
52 MCNAPI bool $Create(
53 uchar* packet,
54 uint64* index,
55 uint64 max_length,
57 ) const;
58 // NOLINTEND
59
60public:
61 // vftables
62 // NOLINTBEGIN
63 MCNAPI static void** $vftable();
64 // NOLINTEND
65};
66
67} // namespace webrtc::rtcp
Definition _HeaderOutputPredefine.h:260
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