LeviLamina
Loading...
Searching...
No Matches
FecController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/VideoFrameType.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { class VCMProtectionCallback; }
11// clang-format on
12
13namespace webrtc {
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 0
20 virtual ~FecController() = default;
21
22 // vIndex: 1
23 virtual void SetProtectionCallback(::webrtc::VCMProtectionCallback*) = 0;
24
25 // vIndex: 2
26 virtual void SetProtectionMethod(bool, bool) = 0;
27
28 // vIndex: 3
29 virtual void SetEncodingData(uint64, uint64, uint64, uint64) = 0;
30
31 // vIndex: 4
32 virtual uint UpdateFecRates(uint, int, uchar, ::std::vector<bool>, int64) = 0;
33
34 // vIndex: 5
35 virtual void UpdateWithEncodedData(uint64, ::webrtc::VideoFrameType) = 0;
36
37 // vIndex: 6
38 virtual bool UseLossVectorMask() = 0;
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50
51 // NOLINTEND
52};
53
54} // namespace webrtc
Definition FecController.h:15
Definition VCMProtectionCallback.h:12