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 MCNAPI uint64 HeaderLength() const;
40
41 MCNAPI bool OnBufferFull(uchar*, uint64*, ::rtc::FunctionView<void(::rtc::ArrayView<uchar const>)>) const;
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCNAPI static void CreateHeader(uint64, uchar, uint64, uchar*, uint64*);
48
49 MCNAPI static void CreateHeader(uint64, uchar, uint64, bool, uchar*, uint64*);
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCNAPI static void** $vftable();
62 // NOLINTEND
63};
64
65} // namespace webrtc::rtcp
Definition _HeaderOutputPredefine.h:258
Definition FunctionView.h:8
Definition RtcpPacket.h:10
static MCAPI void CreateHeader(uint64, uchar, uint64, uchar *, uint64 *)
MCAPI bool OnBufferFull(uchar *, uint64 *, ::rtc::FunctionView< void(::rtc::ArrayView< uchar const >)>) const
static MCAPI void CreateHeader(uint64, uchar, uint64, bool, uchar *, uint64 *)
MCAPI uint64 HeaderLength() const
static MCAPI void ** $vftable()
Definition Alias.h:14