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
10namespace webrtc { class RTCError; }
11namespace webrtc { class SessionDescriptionInterface; }
12// clang-format on
13
14namespace webrtc {
15
17public:
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
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCNAPI void $dtor();
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39
40 // NOLINTEND
41};
42
43} // namespace webrtc
Definition CreateSessionDescriptionObserver.h:16
Definition RTCError.h:10
Definition RefCountInterface.h:10
Definition SessionDescriptionInterface.h:18