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 // prevent constructor by default
14
15public:
16 // member functions
17 // NOLINTBEGIN
18 MCNAPI ::rtc::ArrayView<uchar const> LookUp(int, int);
19
20 MCNAPI PacketMaskTable(::webrtc::FecMaskType, int);
21
23 // NOLINTEND
24
25public:
26 // static functions
27 // NOLINTBEGIN
28 MCNAPI static uchar const* PickTable(::webrtc::FecMaskType, int);
29 // NOLINTEND
30
31public:
32 // constructor thunks
33 // NOLINTBEGIN
34 MCNAPI void* $ctor(::webrtc::FecMaskType, int);
35 // NOLINTEND
36
37public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCNAPI void $dtor();
41 // NOLINTEND
42};
43
44} // namespace webrtc::internal
Definition PacketMaskTable.h:10
MCAPI PacketMaskTable(::webrtc::FecMaskType, int)
static MCAPI uchar const * PickTable(::webrtc::FecMaskType, int)
MCAPI void * $ctor(::webrtc::FecMaskType, int)
MCAPI ::rtc::ArrayView< uchar const > LookUp(int, int)