LeviLamina
Loading...
Searching...
No Matches
AudioTrackSinkInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
webrtc {
6
7
class
AudioTrackSinkInterface
{
8
public
:
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
24
public
:
25
// virtual function thunks
26
// NOLINTBEGIN
27
28
// NOLINTEND
29
30
public
:
31
// vftables
32
// NOLINTBEGIN
33
MCNAPI
static
void
**
$vftable
();
34
// NOLINTEND
35
};
36
37
}
// namespace webrtc
webrtc::AudioTrackSinkInterface
Definition
AudioTrackSinkInterface.h:7
webrtc::AudioTrackSinkInterface::$vftable
static MCAPI void ** $vftable()
src
mc
external
webrtc
AudioTrackSinkInterface.h
Generated on Fri Jun 13 2025 05:04:38 for LeviLamina by
1.12.0