LeviLamina
Loading...
Searching...
No Matches
CreateSessionDescriptionObserver.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/external/webrtc/RefCountInterface.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
webrtc {
class
RTCError; }
11
namespace
webrtc {
class
SessionDescriptionInterface; }
12
// clang-format on
13
14
namespace
webrtc {
15
16
class
CreateSessionDescriptionObserver
:
public
::webrtc::RefCountInterface
{
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
// vIndex: 3
21
virtual
void
OnSuccess(
::webrtc::SessionDescriptionInterface
*) = 0;
22
23
// vIndex: 4
24
virtual
void
OnFailure(
::webrtc::RTCError
) = 0;
25
26
// vIndex: 2
27
virtual
~CreateSessionDescriptionObserver
()
/*override*/
;
28
// NOLINTEND
29
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
MCNAPI
void
$dtor
();
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
40
// NOLINTEND
41
};
42
43
}
// namespace webrtc
webrtc::CreateSessionDescriptionObserver
Definition
CreateSessionDescriptionObserver.h:16
webrtc::CreateSessionDescriptionObserver::$dtor
MCAPI void $dtor()
webrtc::RTCError
Definition
RTCError.h:10
webrtc::RefCountInterface
Definition
RefCountInterface.h:10
webrtc::SessionDescriptionInterface
Definition
SessionDescriptionInterface.h:18
src
mc
external
webrtc
CreateSessionDescriptionObserver.h
Generated on Fri Jun 13 2025 05:04:25 for LeviLamina by
1.12.0