LeviLamina
Loading...
Searching...
No Matches
AudioTrackSinkInterface.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // virtual functions
10 // NOLINTBEGIN
11 // vIndex: 1
12 virtual void OnData(void const*, int, int, uint64, uint64);
13
14 // vIndex: 0
15 virtual void OnData(void const*, int, int, uint64, uint64, ::std::optional<int64>);
16
17 // vIndex: 2
18 virtual int NumPreferredChannels() const;
19
20 // vIndex: 3
21 virtual ~AudioTrackSinkInterface() = default;
22 // NOLINTEND
23
24public:
25 // destructor thunk
26 // NOLINTBEGIN
27
28 // NOLINTEND
29
30public:
31 // virtual function thunks
32 // NOLINTBEGIN
33
34 // NOLINTEND
35
36public:
37 // vftables
38 // NOLINTBEGIN
39 MCAPI static void** $vftable();
40 // NOLINTEND
41};
42
43} // namespace webrtc
Definition AudioTrackSinkInterface.h:7