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
18 // vIndex: 0
20
21 // vIndex: 1
22 virtual void AddLocalAudioTrack(::webrtc::AudioTrackInterface*, uint) = 0;
23
24 // vIndex: 2
25 virtual void RemoveLocalAudioTrack(::webrtc::AudioTrackInterface*, uint) = 0;
26
27 // vIndex: 3
28 virtual void GetStats(::webrtc::MediaStreamTrackInterface*, ::std::vector<::webrtc::StatsReport const*>*) = 0;
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCNAPI void $dtor();
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40
41 // NOLINTEND
42
43public:
44 // vftables
45 // NOLINTBEGIN
46 MCNAPI static void** $vftable();
47 // NOLINTEND
48};
49
50} // namespace webrtc
Definition AudioTrackInterface.h:18
Definition LegacyStatsCollectorInterface.h:14
Definition MediaStreamTrackInterface.h:11