LeviLamina
Loading...
Searching...
No Matches
FecHeaderWriter.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
webrtc {
6
7
class
FecHeaderWriter
{
8
public
:
9
// prevent constructor by default
10
FecHeaderWriter
();
11
12
public
:
13
// member functions
14
// NOLINTBEGIN
15
MCNAPI
FecHeaderWriter
(uint64, uint64, uint64);
16
17
MCNAPI uint64
MaxFecPackets
()
const
;
18
19
MCNAPI uint64
MaxMediaPackets
()
const
;
20
21
MCNAPI uint64
MaxPacketOverhead
()
const
;
22
// NOLINTEND
23
24
public
:
25
// constructor thunks
26
// NOLINTBEGIN
27
MCNAPI
void
*
$ctor
(uint64, uint64, uint64);
28
// NOLINTEND
29
30
public
:
31
// vftables
32
// NOLINTBEGIN
33
MCNAPI
static
void
**
$vftable
();
34
// NOLINTEND
35
};
36
37
}
// namespace webrtc
webrtc::FecHeaderWriter
Definition
FecHeaderWriter.h:7
webrtc::FecHeaderWriter::$ctor
MCAPI void * $ctor(uint64, uint64, uint64)
webrtc::FecHeaderWriter::MaxFecPackets
MCAPI uint64 MaxFecPackets() const
webrtc::FecHeaderWriter::MaxMediaPackets
MCAPI uint64 MaxMediaPackets() const
webrtc::FecHeaderWriter::$vftable
static MCAPI void ** $vftable()
webrtc::FecHeaderWriter::FecHeaderWriter
MCAPI FecHeaderWriter(uint64, uint64, uint64)
webrtc::FecHeaderWriter::MaxPacketOverhead
MCAPI uint64 MaxPacketOverhead() const
src
mc
external
webrtc
FecHeaderWriter.h
Generated on Fri Jun 13 2025 05:04:39 for LeviLamina by
1.12.0