LeviLamina
Loading...
Searching...
No Matches
FecHeaderWriter.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // prevent constructor by default
11
12public:
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
24public:
25 // constructor thunks
26 // NOLINTBEGIN
27 MCNAPI void* $ctor(uint64, uint64, uint64);
28 // NOLINTEND
29
30public:
31 // vftables
32 // NOLINTBEGIN
33 MCNAPI static void** $vftable();
34 // NOLINTEND
35};
36
37} // namespace webrtc
Definition FecHeaderWriter.h:7
MCAPI void * $ctor(uint64, uint64, uint64)
MCAPI uint64 MaxFecPackets() const
MCAPI uint64 MaxMediaPackets() const
static MCAPI void ** $vftable()
MCAPI FecHeaderWriter(uint64, uint64, uint64)
MCAPI uint64 MaxPacketOverhead() const