LeviLamina
Loading...
Searching...
No Matches
MediaSessionOptions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cricket {
6
8public:
9 // prevent constructor by default
11
12public:
13 // member functions
14 // NOLINTBEGIN
16
18
20 // NOLINTEND
21
22public:
23 // constructor thunks
24 // NOLINTBEGIN
25 MCNAPI void* $ctor();
26
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCNAPI void $dtor();
34 // NOLINTEND
35};
36
37} // namespace cricket
Definition MediaSessionOptions.h:7
MCAPI MediaSessionOptions(::cricket::MediaSessionOptions const &)
MCAPI void * $ctor(::cricket::MediaSessionOptions const &)