LeviLamina
Loading...
Searching...
No Matches
VideoSourceBase.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 // VideoSourceBase inner types declare
18 // clang-format off
19 struct SinkPair;
20 // clang-format on
21
22 // VideoSourceBase 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::VideoSourceBase::SinkPair* FindSinkPair(::rtc::VideoSinkInterface<::webrtc::VideoFrame> const*);
41
42 MCAPI VideoSourceBase();
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCAPI void* $ctor();
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCAPI static void** $vftable();
55 // NOLINTEND
56};
57
58} // namespace rtc
Definition VideoSinkInterface.h:8
Definition VideoSourceBase.h:15
Definition VideoSourceBase.h:23