LeviLamina
Loading...
Searching...
No Matches
VideoSourceBaseGuarded.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/rtc/VideoSinkInterface.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { class VideoFrame; }
11// clang-format on
12
13namespace rtc {
14
16public:
17 // VideoSourceBaseGuarded inner types declare
18 // clang-format off
19 struct SinkPair;
20 // clang-format on
21
22 // VideoSourceBaseGuarded inner types define
23 struct SinkPair {
24 public:
25 // member functions
26 // NOLINTBEGIN
27 MCNAPI ~SinkPair();
28 // NOLINTEND
29
30 public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCNAPI void $dtor();
34 // NOLINTEND
35 };
36
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCNAPI ::rtc::VideoSourceBaseGuarded::SinkPair*
42
44
45 MCNAPI ::std::vector<::rtc::VideoSourceBaseGuarded::SinkPair> const& sink_pairs() const;
46 // NOLINTEND
47
48public:
49 // constructor thunks
50 // NOLINTBEGIN
51 MCNAPI void* $ctor();
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCNAPI static void** $vftable();
58 // NOLINTEND
59};
60
61} // namespace rtc
Definition VideoSinkInterface.h:8
Definition VideoSourceBaseGuarded.h:15
static MCAPI void ** $vftable()
MCAPI ::std::vector<::rtc::VideoSourceBaseGuarded::SinkPair > const & sink_pairs() const
MCAPI::rtc::VideoSourceBaseGuarded::SinkPair * FindSinkPair(::rtc::VideoSinkInterface<::webrtc::VideoFrame > const *)
Definition VideoSourceBaseGuarded.h:23