LeviLamina
Loading...
Searching...
No Matches
RtcpPacket.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/rtc/FunctionView.h"
7
8namespace webrtc::rtcp {
9
11public:
12 // member variables
13 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
19 RtcpPacket& operator=(RtcpPacket const&);
20 RtcpPacket(RtcpPacket const&);
21 RtcpPacket();
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 // vIndex: 0
27 virtual ~RtcpPacket() = default;
28
29 // vIndex: 1
30 virtual uint64 BlockLength() const = 0;
31
32 // vIndex: 2
33 virtual bool Create(uchar*, uint64*, uint64, ::rtc::FunctionView<void(::rtc::ArrayView<uchar const>)>) const = 0;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI uint64 HeaderLength() const;
40
41 MCAPI bool OnBufferFull(uchar*, uint64*, ::rtc::FunctionView<void(::rtc::ArrayView<uchar const>)>) const;
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static void CreateHeader(uint64, uchar, uint64, uchar*, uint64*);
48
49 MCAPI static void CreateHeader(uint64, uchar, uint64, bool, uchar*, uint64*);
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55
56 // NOLINTEND
57
58public:
59 // virtual function thunks
60 // NOLINTBEGIN
61
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
67 MCAPI static void** $vftable();
68 // NOLINTEND
69};
70
71} // namespace webrtc::rtcp
Definition _HeaderOutputPredefine.h:238
Definition FunctionView.h:8
Definition RtcpPacket.h:10
Definition Alias.h:14