LeviLamina
Loading...
Searching...
No Matches
VCMProtectionCallback.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
webrtc {
struct
FecProtectionParams
; }
8
// clang-format on
9
10
namespace
webrtc {
11
12
class
VCMProtectionCallback
{
13
public
:
14
// virtual functions
15
// NOLINTBEGIN
16
virtual
int
ProtectionRequest(
17
::webrtc::FecProtectionParams
const
*,
18
::webrtc::FecProtectionParams
const
*,
19
uint*,
20
uint*,
21
uint*
22
) = 0;
23
24
virtual
void
SetRetransmissionMode(
int
) = 0;
25
26
virtual
~VCMProtectionCallback
();
27
// NOLINTEND
28
29
public
:
30
// destructor thunk
31
// NOLINTBEGIN
32
MCNAPI
void
$dtor
();
33
// NOLINTEND
34
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
39
// NOLINTEND
40
41
public
:
42
// vftables
43
// NOLINTBEGIN
44
MCNAPI
static
void
**
$vftable
();
45
// NOLINTEND
46
};
47
48
}
// namespace webrtc
webrtc::VCMProtectionCallback
Definition
VCMProtectionCallback.h:12
webrtc::VCMProtectionCallback::$vftable
static MCAPI void ** $vftable()
webrtc::VCMProtectionCallback::$dtor
MCAPI void $dtor()
webrtc::FecProtectionParams
Definition
FecProtectionParams.h:7
src
mc
external
webrtc
VCMProtectionCallback.h
Generated on
for LeviLamina by
1.16.1