LeviLamina
Loading...
Searching...
No Matches
VideoBitrateAllocator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class VideoBitrateAllocation; }
8namespace webrtc { struct VideoBitrateAllocationParameters; }
9// clang-format on
10
11namespace webrtc {
12
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 // vIndex: 0
18 virtual ~VideoBitrateAllocator() = default;
19
20 // vIndex: 1
21 virtual ::webrtc::VideoBitrateAllocation GetAllocation(uint, uint);
22
23 // vIndex: 2
24 virtual ::webrtc::VideoBitrateAllocation Allocate(::webrtc::VideoBitrateAllocationParameters);
25
26 // vIndex: 3
27 virtual void SetLegacyConferenceMode(bool);
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39
40 // NOLINTEND
41};
42
43} // namespace webrtc
Definition VideoBitrateAllocator.h:13
Definition VideoBitrateAllocationParameters.h:7