LeviLamina
Loading...
Searching...
No Matches
PacketMaskTable.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/FecMaskType.h"
7
8namespace webrtc::internal {
9
11public:
12 // member functions
13 // NOLINTBEGIN
14 MCAPI ::rtc::ArrayView<uchar const> LookUp(int, int);
15
16 MCAPI PacketMaskTable(::webrtc::FecMaskType, int);
17
18 MCAPI ~PacketMaskTable();
19 // NOLINTEND
20
21public:
22 // static functions
23 // NOLINTBEGIN
24 MCAPI static uchar const* PickTable(::webrtc::FecMaskType, int);
25 // NOLINTEND
26
27public:
28 // constructor thunks
29 // NOLINTBEGIN
30 MCAPI void* $ctor(::webrtc::FecMaskType, int);
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCAPI void $dtor();
37 // NOLINTEND
38};
39
40} // namespace webrtc::internal
Definition PacketMaskTable.h:10