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