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
13
public
:
14
// member functions
15
// NOLINTBEGIN
16
MCAPI
RtpSenderInfo
(
::webrtc::RtpSenderInfo
&&);
17
18
MCAPI
~RtpSenderInfo
();
19
// NOLINTEND
20
21
public
:
22
// constructor thunks
23
// NOLINTBEGIN
24
MCAPI
void
* $ctor(
::webrtc::RtpSenderInfo
&&);
25
// NOLINTEND
26
27
public
:
28
// destructor thunk
29
// NOLINTBEGIN
30
MCAPI
void
$dtor();
31
// NOLINTEND
32
};
33
34
}
// namespace webrtc
webrtc::RtpSenderInfo
Definition
RtpSenderInfo.h:7
src
mc
external
webrtc
RtpSenderInfo.h
Generated on Sat Apr 26 2025 05:55:44 for LeviLamina by
1.12.0