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
virtual
~VideoBitrateAllocator
() =
default
;
18
19
virtual ::webrtc::VideoBitrateAllocation GetAllocation(uint, uint);
20
21
virtual ::webrtc::VideoBitrateAllocation Allocate(
::webrtc::VideoBitrateAllocationParameters
);
22
23
virtual
void
SetLegacyConferenceMode(
bool
);
24
// NOLINTEND
25
26
public
:
27
// virtual function thunks
28
// NOLINTBEGIN
29
30
// NOLINTEND
31
};
32
33
}
// namespace webrtc
webrtc::VideoBitrateAllocation
Definition
VideoBitrateAllocation.h:7
webrtc::VideoBitrateAllocator
Definition
VideoBitrateAllocator.h:13
webrtc::VideoBitrateAllocationParameters
Definition
VideoBitrateAllocationParameters.h:7
src
mc
external
webrtc
VideoBitrateAllocator.h
Generated on
for LeviLamina by
1.16.1