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
// vIndex: 0
18
virtual
~VideoBitrateAllocatorFactory
() =
default
;
19
20
// vIndex: 1
21
virtual ::std::unique_ptr<::webrtc::VideoBitrateAllocator>
22
CreateVideoBitrateAllocator(
::webrtc::VideoCodec
const
&) = 0;
23
// NOLINTEND
24
25
public
:
26
// virtual function thunks
27
// NOLINTBEGIN
28
29
// NOLINTEND
30
};
31
32
}
// namespace webrtc
webrtc::VideoBitrateAllocatorFactory
Definition
VideoBitrateAllocatorFactory.h:13
webrtc::VideoCodec
Definition
VideoCodec.h:7
src
mc
external
webrtc
VideoBitrateAllocatorFactory.h
Generated on Fri Jun 13 2025 05:04:40 for LeviLamina by
1.12.0