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 virtual ~VideoEngineInterface() /*override*/ = default;
27
28 virtual ::std::unique_ptr<::cricket::VideoMediaSendChannelInterface> CreateSendChannel(
34 );
35
36 virtual ::std::unique_ptr<::cricket::VideoMediaReceiveChannelInterface> CreateReceiveChannel(
41 );
42
43 virtual ::std::vector<::cricket::Codec> send_codecs() const = 0;
44
45 virtual ::std::vector<::cricket::Codec> send_codecs(bool) const;
46
47 virtual ::std::vector<::cricket::Codec> recv_codecs() const = 0;
48
49 virtual ::std::vector<::cricket::Codec> recv_codecs(bool) const;
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55
56 // NOLINTEND
57};
58
59} // namespace cricket
Definition RtpHeaderExtensionQueryInterface.h:12
Definition VideoEngineInterface.h:22
Definition VideoMediaReceiveChannelInterface.h:23
Definition VideoMediaSendChannelInterface.h:21
Definition Call.h:35
Definition VideoBitrateAllocatorFactory.h:13
Definition Codec.h:17
Definition MediaConfig.h:7
Definition VideoOptions.h:7
Definition CryptoOptions.h:7