LeviLamina
Loading...
Searching...
No Matches
LossNotification.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/Psfb.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 // member variables
19 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 LossNotification& operator=(LossNotification const&);
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 0
34 virtual ~LossNotification() /*override*/;
35
36 // vIndex: 1
37 virtual uint64 BlockLength() const /*override*/;
38
39 // vIndex: 2
40 virtual bool Create(
41 uchar* packet,
42 uint64* index,
43 uint64 max_length,
45 ) const /*override*/;
46 // NOLINTEND
47
48public:
49 // member functions
50 // NOLINTBEGIN
52
53 MCNAPI bool Parse(::webrtc::rtcp::CommonHeader const& packet);
54
55 MCNAPI bool Set(ushort last_decoded, ushort last_received, bool decodability_flag);
56 // NOLINTEND
57
58public:
59 // constructor thunks
60 // NOLINTBEGIN
61 MCNAPI void* $ctor();
62 // NOLINTEND
63
64public:
65 // destructor thunk
66 // NOLINTBEGIN
67 MCNAPI void $dtor();
68 // NOLINTEND
69
70public:
71 // virtual function thunks
72 // NOLINTBEGIN
73 MCNAPI uint64 $BlockLength() const;
74
75 MCNAPI bool $Create(
76 uchar* packet,
77 uint64* index,
78 uint64 max_length,
80 ) const;
81 // NOLINTEND
82
83public:
84 // vftables
85 // NOLINTBEGIN
86 MCNAPI static void** $vftable();
87 // NOLINTEND
88};
89
90} // namespace webrtc::rtcp
Definition _HeaderOutputPredefine.h:260
Definition FunctionView.h:8
Definition CommonHeader.h:7
Definition LossNotification.h:16
MCAPI bool Parse(::webrtc::rtcp::CommonHeader const &packet)
MCAPI bool Set(ushort last_decoded, ushort last_received, bool decodability_flag)
MCAPI bool $Create(uchar *packet, uint64 *index, uint64 max_length, ::rtc::FunctionView< void(::rtc::ArrayView< uchar const >)> callback) const
MCAPI uint64 $BlockLength() const
static MCAPI void ** $vftable()
Definition Psfb.h:10
Definition Alias.h:14