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
7
namespace
webrtc {
class
VideoBitrateAllocation; }
8
namespace
webrtc {
struct
VideoBitrateAllocationParameters; }
9
// clang-format on
10
11
namespace
webrtc {
12
13
class
VideoBitrateAllocator
{
14
public
:
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
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
40
// NOLINTEND
41
};
42
43
}
// namespace webrtc
webrtc::VideoBitrateAllocator
Definition
VideoBitrateAllocator.h:13
webrtc::VideoBitrateAllocationParameters
Definition
VideoBitrateAllocationParameters.h:7
src
mc
external
webrtc
VideoBitrateAllocator.h
Generated on Sat Apr 26 2025 05:55:45 for LeviLamina by
1.12.0