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 virtual int ProtectionRequest(
17 ::webrtc::FecProtectionParams const* delta_params,
18 ::webrtc::FecProtectionParams const* key_params,
19 uint* sent_video_rate_bps,
20 uint* sent_nack_rate_bps,
21 uint* sent_fec_rate_bps
22 ) = 0;
23
24 virtual void SetRetransmissionMode(int retransmission_mode) = 0;
25
26 virtual ~VCMProtectionCallback();
27 // NOLINTEND
28
29public:
30 // destructor thunk
31 // NOLINTBEGIN
32 MCNAPI void $dtor();
33 // NOLINTEND
34
35public:
36 // virtual function thunks
37 // NOLINTBEGIN
38
39 // NOLINTEND
40
41public:
42 // vftables
43 // NOLINTBEGIN
44 MCNAPI static void** $vftable();
45 // NOLINTEND
46};
47
48} // namespace webrtc
Definition VCMProtectionCallback.h:12
static MCAPI void ** $vftable()
Definition FecProtectionParams.h:7