3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/FecMaskType.h"
8namespace webrtc::internal {
27 MCNAPI ::rtc::ArrayView<uchar const>
LookUp(
int num_media_packets,
int num_fec_packets);
29 MCNAPI
PacketMaskTable(::webrtc::FecMaskType fec_mask_type,
int num_media_packets);
37 MCNAPI
static uchar
const*
PickTable(::webrtc::FecMaskType fec_mask_type,
int num_media_packets);
43 MCNAPI
void*
$ctor(::webrtc::FecMaskType fec_mask_type,
int num_media_packets);
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)