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 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
26public:
27 // virtual function thunks
28 // NOLINTBEGIN
29
30 // NOLINTEND
31};
32
33} // namespace webrtc
Definition VideoBitrateAllocation.h:7
Definition VideoBitrateAllocator.h:13
Definition VideoBitrateAllocationParameters.h:7