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 MCAPI ~SinkPair();
28 // NOLINTEND
29
30 public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCAPI void $dtor();
34 // NOLINTEND
35 };
36
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCAPI ::rtc::VideoSourceBaseGuarded::SinkPair* FindSinkPair(::rtc::VideoSinkInterface<::webrtc::VideoFrame> const*);
41
43
44 MCAPI ::std::vector<::rtc::VideoSourceBaseGuarded::SinkPair> const& sink_pairs() const;
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
50 MCAPI void* $ctor();
51 // NOLINTEND
52
53public:
54 // vftables
55 // NOLINTBEGIN
56 MCAPI static void** $vftable();
57 // NOLINTEND
58};
59
60} // namespace rtc
Definition VideoSinkInterface.h:8
Definition VideoSourceBaseGuarded.h:15
Definition VideoSourceBaseGuarded.h:23