LeviLamina
Loading...
Searching...
No Matches
ReceiveStreamInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
webrtc {
6
7
class
ReceiveStreamInterface
{
8
public
:
9
// ReceiveStreamInterface inner types declare
10
// clang-format off
11
struct
ReceiveStreamRtpConfig
;
12
// clang-format on
13
14
// ReceiveStreamInterface inner types define
15
struct
ReceiveStreamRtpConfig
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<4, 4>
mUnk1a727b;
20
::ll::UntypedStorage<4, 4>
mUnk9febdf;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
ReceiveStreamRtpConfig
& operator=(
ReceiveStreamRtpConfig
const
&);
26
ReceiveStreamRtpConfig
(
ReceiveStreamRtpConfig
const
&);
27
ReceiveStreamRtpConfig
();
28
};
29
30
public
:
31
// virtual functions
32
// NOLINTBEGIN
33
// vIndex: 0
34
virtual
~ReceiveStreamInterface
() =
default
;
35
// NOLINTEND
36
37
public
:
38
// destructor thunk
39
// NOLINTBEGIN
40
41
// NOLINTEND
42
};
43
44
}
// namespace webrtc
webrtc::ReceiveStreamInterface
Definition
ReceiveStreamInterface.h:7
ll::UntypedStorage
Definition
Alias.h:14
webrtc::ReceiveStreamInterface::ReceiveStreamRtpConfig
Definition
ReceiveStreamInterface.h:15
src
mc
external
webrtc
ReceiveStreamInterface.h
Generated on Sat Apr 26 2025 05:55:43 for LeviLamina by
1.12.0