LeviLamina
Loading...
Searching...
No Matches
VideoBroadcaster.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/scoped_refptr.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { class VideoFrameBuffer; }
11// clang-format on
12
13namespace rtc {
14
16public:
17 // member functions
18 // NOLINTBEGIN
19 MCNAPI ::webrtc::scoped_refptr<::webrtc::VideoFrameBuffer> const& GetBlackFrameBuffer(int, int);
20
21 MCNAPI void UpdateWants();
22
24 // NOLINTEND
25
26public:
27 // constructor thunks
28 // NOLINTBEGIN
29 MCNAPI void* $ctor();
30 // NOLINTEND
31
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCNAPI static void** $vftableForVideoSourceBase();
36
37 MCNAPI static void** $vftableForVideoSinkInterface();
38 // NOLINTEND
39};
40
41} // namespace rtc
Definition VideoBroadcaster.h:15
static MCAPI void ** $vftableForVideoSourceBase()
MCAPI void * $ctor()
MCAPI ::webrtc::scoped_refptr<::webrtc::VideoFrameBuffer > const & GetBlackFrameBuffer(int, int)
static MCAPI void ** $vftableForVideoSinkInterface()
MCAPI void UpdateWants()