LeviLamina
Loading...
Searching...
No Matches
MediaStreamObserver.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class AudioTrackInterface; }
8namespace webrtc { class MediaStreamInterface; }
9namespace webrtc { class VideoTrackInterface; }
10// clang-format on
11
12namespace webrtc {
13
15public:
16 // member functions
17 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // constructor thunks
23 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // vftables
29 // NOLINTBEGIN
30 MCAPI static void** $vftable();
31 // NOLINTEND
32};
33
34} // namespace webrtc
Definition AudioTrackInterface.h:18
Definition MediaStreamInterface.h:18
Definition MediaStreamObserver.h:14
Definition VideoTrackInterface.h:20