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 virtual ~VideoBitrateAllocatorFactory() = default;
18
19 virtual ::std::unique_ptr<::webrtc::VideoBitrateAllocator>
20 CreateVideoBitrateAllocator(::webrtc::VideoCodec const&) = 0;
21 // NOLINTEND
22
23public:
24 // virtual function thunks
25 // NOLINTBEGIN
26
27 // NOLINTEND
28};
29
30} // namespace webrtc
Definition VideoBitrateAllocatorFactory.h:13
Definition VideoBitrateAllocator.h:13
Definition VideoCodec.h:7