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
7namespace webrtc { class VideoBitrateAllocator; }
8namespace webrtc { class VideoCodec; }
9// clang-format on
10
11namespace webrtc {
12
14public:
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
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34
35 // NOLINTEND
36};
37
38} // namespace webrtc
Definition VideoBitrateAllocatorFactory.h:13
Definition VideoCodec.h:7