LeviLamina
Loading...
Searching...
No Matches
VideoEngineInterface.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/cricket/RtpHeaderExtensionQueryInterface.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cricket { class VideoMediaReceiveChannelInterface; }
11namespace cricket { class VideoMediaSendChannelInterface; }
12namespace cricket { struct Codec; }
13namespace cricket { struct MediaConfig; }
14namespace cricket { struct VideoOptions; }
15namespace webrtc { class Call; }
16namespace webrtc { class VideoBitrateAllocatorFactory; }
17namespace webrtc { struct CryptoOptions; }
18// clang-format on
19
20namespace cricket {
21
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 // vIndex: 0
27 virtual ~VideoEngineInterface() /*override*/ = default;
28
29 // vIndex: 2
30 virtual ::std::unique_ptr<::cricket::VideoMediaSendChannelInterface>
32
33 // vIndex: 3
34 virtual ::std::unique_ptr<::cricket::VideoMediaReceiveChannelInterface>
35 CreateReceiveChannel(::webrtc::Call*, ::cricket::MediaConfig const&, ::cricket::VideoOptions const&, ::webrtc::CryptoOptions const&);
36
37 // vIndex: 5
38 virtual ::std::vector<::cricket::Codec> send_codecs() const = 0;
39
40 // vIndex: 4
41 virtual ::std::vector<::cricket::Codec> send_codecs(bool) const;
42
43 // vIndex: 7
44 virtual ::std::vector<::cricket::Codec> recv_codecs() const = 0;
45
46 // vIndex: 6
47 virtual ::std::vector<::cricket::Codec> recv_codecs(bool) const;
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53
54 // NOLINTEND
55
56public:
57 // virtual function thunks
58 // NOLINTBEGIN
59
60 // NOLINTEND
61};
62
63} // namespace cricket
Definition RtpHeaderExtensionQueryInterface.h:12
Definition VideoEngineInterface.h:22
Definition Call.h:35
Definition VideoBitrateAllocatorFactory.h:13
Definition MediaConfig.h:7
Definition VideoOptions.h:7
Definition CryptoOptions.h:7