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
7namespace webrtc { struct FecProtectionParams; }
8// clang-format on
9
10namespace webrtc {
11
13public:
14 // virtual functions
15 // NOLINTBEGIN
16 // vIndex: 0
17 virtual int
18 ProtectionRequest(::webrtc::FecProtectionParams const*, ::webrtc::FecProtectionParams const*, uint*, uint*, uint*) = 0;
19
20 // vIndex: 1
21 virtual void SetRetransmissionMode(int) = 0;
22
23 // vIndex: 2
24 virtual ~VCMProtectionCallback() = default;
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCAPI static void** $vftable();
43 // NOLINTEND
44};
45
46} // namespace webrtc
Definition VCMProtectionCallback.h:12
Definition FecProtectionParams.h:7