LeviLamina
Loading...
Searching...
No Matches
LegacyStatsCollectorInterface.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 MediaStreamTrackInterface; }
9namespace webrtc { class StatsReport; }
10// clang-format on
11
12namespace webrtc {
13
15public:
16 // virtual functions
17 // NOLINTBEGIN
19
20 virtual void AddLocalAudioTrack(::webrtc::AudioTrackInterface*, uint) = 0;
21
22 virtual void RemoveLocalAudioTrack(::webrtc::AudioTrackInterface*, uint) = 0;
23
24 virtual void GetStats(::webrtc::MediaStreamTrackInterface*, ::std::vector<::webrtc::StatsReport const*>*) = 0;
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30 MCNAPI void $dtor();
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCNAPI static void** $vftable();
43 // NOLINTEND
44};
45
46} // namespace webrtc
Definition AudioTrackInterface.h:18
Definition LegacyStatsCollectorInterface.h:14
Definition MediaStreamTrackInterface.h:11
Definition StatsReport.h:11