LeviLamina
Loading...
Searching...
No Matches
SsrcInfo.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
webrtc {
6
7
struct
SsrcInfo
{
8
public
:
9
// prevent constructor by default
10
SsrcInfo
& operator=(
SsrcInfo
const
&);
11
SsrcInfo
();
12
13
public
:
14
// member functions
15
// NOLINTBEGIN
16
MCNAPI
SsrcInfo
(
::webrtc::SsrcInfo
const
&);
17
18
MCNAPI
~SsrcInfo
();
19
// NOLINTEND
20
21
public
:
22
// constructor thunks
23
// NOLINTBEGIN
24
MCNAPI
void
*
$ctor
(
::webrtc::SsrcInfo
const
&);
25
// NOLINTEND
26
27
public
:
28
// destructor thunk
29
// NOLINTBEGIN
30
MCNAPI
void
$dtor
();
31
// NOLINTEND
32
};
33
34
}
// namespace webrtc
webrtc::SsrcInfo
Definition
SsrcInfo.h:7
webrtc::SsrcInfo::$dtor
MCAPI void $dtor()
webrtc::SsrcInfo::$ctor
MCAPI void * $ctor(::webrtc::SsrcInfo const &)
webrtc::SsrcInfo::~SsrcInfo
MCAPI ~SsrcInfo()
webrtc::SsrcInfo::SsrcInfo
MCAPI SsrcInfo(::webrtc::SsrcInfo const &)
src
mc
external
webrtc
SsrcInfo.h
Generated on Fri Jun 13 2025 05:04:40 for LeviLamina by
1.12.0