10class PacketMaskTable {
20 PacketMaskTable& operator=(PacketMaskTable
const&);
21 PacketMaskTable(PacketMaskTable
const&);
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
void*
$ctor(::webrtc::FecMaskType fec_mask_type,
int num_media_packets);