LeviLamina
Loading...
Searching...
No Matches
VideoBitrateAllocatorFactory.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
VideoBitrateAllocator
; }
8
namespace
webrtc {
class
VideoCodec
; }
9
// clang-format on
10
11
namespace
webrtc {
12
13
class
VideoBitrateAllocatorFactory
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
virtual
~VideoBitrateAllocatorFactory
() =
default
;
18
19
virtual ::std::unique_ptr<::webrtc::VideoBitrateAllocator>
20
CreateVideoBitrateAllocator(
::webrtc::VideoCodec
const
&) = 0;
21
// NOLINTEND
22
23
public
:
24
// virtual function thunks
25
// NOLINTBEGIN
26
27
// NOLINTEND
28
};
29
30
}
// namespace webrtc
webrtc::VideoBitrateAllocatorFactory
Definition
VideoBitrateAllocatorFactory.h:13
webrtc::VideoBitrateAllocator
Definition
VideoBitrateAllocator.h:13
webrtc::VideoCodec
Definition
VideoCodec.h:7
src
mc
external
webrtc
VideoBitrateAllocatorFactory.h
Generated on
for LeviLamina by
1.16.1