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
11
namespace
webrtc {
class
AudioDecoderFactory; }
12
namespace
webrtc {
class
Clock; }
13
namespace
webrtc {
class
NetEq; }
14
// clang-format on
15
16
namespace
webrtc {
17
18
class
NetEqFactory
{
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
// vIndex: 0
23
virtual
~NetEqFactory
() =
default
;
24
25
// vIndex: 1
26
virtual ::std::unique_ptr<::webrtc::NetEq>
27
CreateNetEq(
::webrtc::NetEq::Config
const
&,
::webrtc::scoped_refptr<::webrtc::AudioDecoderFactory>
const
&,
::webrtc::Clock
*)
28
const
= 0;
29
// NOLINTEND
30
31
public
:
32
// destructor thunk
33
// NOLINTBEGIN
34
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
41
// NOLINTEND
42
};
43
44
}
// namespace webrtc
webrtc::Clock
Definition
Clock.h:13
webrtc::NetEqFactory
Definition
NetEqFactory.h:18
webrtc::scoped_refptr
Definition
scoped_refptr.h:8
webrtc::NetEq::Config
Definition
NetEq.h:26
src
mc
external
webrtc
NetEqFactory.h
Generated on Sat Apr 26 2025 05:55:43 for LeviLamina by
1.12.0