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