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> CreateSendChannel(
36 );
37
38 // vIndex: 3
39 virtual ::std::unique_ptr<::cricket::VideoMediaReceiveChannelInterface> CreateReceiveChannel(
44 );
45
46 // vIndex: 5
47 virtual ::std::vector<::cricket::Codec> send_codecs() const = 0;
48
49 // vIndex: 4
50 virtual ::std::vector<::cricket::Codec> send_codecs(bool) const;
51
52 // vIndex: 7
53 virtual ::std::vector<::cricket::Codec> recv_codecs() const = 0;
54
55 // vIndex: 6
56 virtual ::std::vector<::cricket::Codec> recv_codecs(bool) const;
57 // NOLINTEND
58
59public:
60 // virtual function thunks
61 // NOLINTBEGIN
62
63 // NOLINTEND
64};
65
66} // 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