LeviLamina
Loading...
Searching...
No Matches
DtlsTransportObserverInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
webrtc {
class
DtlsTransportInformation; }
8
namespace
webrtc {
class
RTCError; }
9
// clang-format on
10
11
namespace
webrtc {
12
13
class
DtlsTransportObserverInterface
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 0
18
virtual
void
OnStateChange(
::webrtc::DtlsTransportInformation
) = 0;
19
20
// vIndex: 1
21
virtual
void
OnError(
::webrtc::RTCError
) = 0;
22
23
// vIndex: 2
24
virtual
~DtlsTransportObserverInterface
() =
default
;
25
// NOLINTEND
26
27
public
:
28
// destructor thunk
29
// NOLINTBEGIN
30
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
37
// NOLINTEND
38
};
39
40
}
// namespace webrtc
webrtc::DtlsTransportInformation
Definition
DtlsTransportInformation.h:16
webrtc::DtlsTransportObserverInterface
Definition
DtlsTransportObserverInterface.h:13
webrtc::RTCError
Definition
RTCError.h:10
src
mc
external
webrtc
DtlsTransportObserverInterface.h
Generated on Sat Apr 26 2025 05:55:42 for LeviLamina by
1.12.0