LeviLamina
Loading...
Searching...
No Matches
NetEqFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/NetEq.h"
7#include "mc/external/webrtc/scoped_refptr.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace webrtc { class AudioDecoderFactory; }
12namespace webrtc { class Clock; }
13namespace webrtc { class NetEq; }
14// clang-format on
15
16namespace webrtc {
17
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 virtual ~NetEqFactory() = default;
23
24 virtual ::std::unique_ptr<::webrtc::NetEq> CreateNetEq(
28 ) const = 0;
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34
35 // NOLINTEND
36};
37
38} // namespace webrtc
Definition AudioDecoderFactory.h:18
Definition Clock.h:13
Definition NetEqFactory.h:18
Definition NetEq.h:17
Definition scoped_refptr.h:8
Definition NetEq.h:63