LeviLamina
Loading...
Searching...
No Matches
FecHeaderReader.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/ForwardErrorCorrection.h"
7
8namespace webrtc {
9
10class FecHeaderReader {
11public:
12 // member variables
13 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 FecHeaderReader& operator=(FecHeaderReader const&);
21 FecHeaderReader(FecHeaderReader const&);
22 FecHeaderReader();
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 virtual ~FecHeaderReader();
28
29 virtual bool ReadFecHeader(::webrtc::ForwardErrorCorrection::ReceivedFecPacket*) const = 0;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCNAPI FecHeaderReader(uint64 max_media_packets, uint64 max_fec_packets);
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCNAPI void* $ctor(uint64 max_media_packets, uint64 max_fec_packets);
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCNAPI void $dtor();
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCNAPI static void** $vftable();
60 // NOLINTEND
61};
62
63} // namespace webrtc
MCAPI FecHeaderReader(uint64 max_media_packets, uint64 max_fec_packets)
MCAPI void * $ctor(uint64 max_media_packets, uint64 max_fec_packets)
static MCAPI void ** $vftable()
Definition ForwardErrorCorrection.h:152
Definition Alias.h:14