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 variables
13 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 PacketMaskTable& operator=(PacketMaskTable const&);
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCNAPI ::rtc::ArrayView<uchar const> LookUp(int num_media_packets, int num_fec_packets);
28
29 MCNAPI PacketMaskTable(::webrtc::FecMaskType fec_mask_type, int num_media_packets);
30
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCNAPI static uchar const* PickTable(::webrtc::FecMaskType fec_mask_type, int num_media_packets);
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCNAPI void* $ctor(::webrtc::FecMaskType fec_mask_type, int num_media_packets);
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCNAPI void $dtor();
50 // NOLINTEND
51};
52
53} // namespace webrtc::internal
Definition PacketMaskTable.h:10
MCAPI void * $ctor(::webrtc::FecMaskType fec_mask_type, int num_media_packets)
static MCAPI uchar const * PickTable(::webrtc::FecMaskType fec_mask_type, int num_media_packets)
MCAPI ::rtc::ArrayView< uchar const > LookUp(int num_media_packets, int num_fec_packets)
MCAPI PacketMaskTable(::webrtc::FecMaskType fec_mask_type, int num_media_packets)
Definition Alias.h:14