LeviLamina
Loading...
Searching...
No Matches
MediaFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cricket { class MediaEngineInterface; }
8namespace webrtc { class Call; }
9namespace webrtc { class Environment; }
10namespace webrtc { struct CallConfig; }
11namespace webrtc { struct PeerConnectionFactoryDependencies; }
12// clang-format on
13
14namespace webrtc {
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 0
21 virtual ~MediaFactory() = default;
22
23 // vIndex: 1
24 virtual ::std::unique_ptr<::webrtc::Call> CreateCall(::webrtc::CallConfig const&) = 0;
25
26 // vIndex: 2
27 virtual ::std::unique_ptr<::cricket::MediaEngineInterface>
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34
35 // NOLINTEND
36};
37
38} // namespace webrtc
Definition Environment.h:7
Definition MediaFactory.h:16
Definition CallConfig.h:13
Definition PeerConnectionFactoryDependencies.h:7