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 virtual void OnSuccess(::webrtc::SessionDescriptionInterface*) = 0;
21
22 virtual void OnFailure(::webrtc::RTCError) = 0;
23
24 virtual ~CreateSessionDescriptionObserver() /*override*/;
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30 MCNAPI void $dtor();
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36
37 // NOLINTEND
38};
39
40} // namespace webrtc
Definition CreateSessionDescriptionObserver.h:16
Definition RTCError.h:10
Definition RefCountInterface.h:10
Definition SessionDescriptionInterface.h:18