LeviLamina
Loading...
Searching...
No Matches
SetLocalDescriptionObserverForAnswer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/rtc/RefCountedObject.h"
7#include "mc/external/webrtc/SetLocalDescriptionObserverInterface.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace webrtc { class RTCError; }
12// clang-format on
13
14namespace NetherNet {
15
17: public ::rtc::RefCountedObject<::webrtc::SetLocalDescriptionObserverInterface> {
18public:
19 // member variables
20 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 // vIndex: 3
36 virtual void OnSetLocalDescriptionComplete(::webrtc::RTCError error) /*override*/;
37
38 // vIndex: 2
39 virtual ~SetLocalDescriptionObserverForAnswer() /*override*/ = default;
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftable();
52 // NOLINTEND
53};
54
55} // namespace NetherNet
Definition SetLocalDescriptionObserverForAnswer.h:17
MCAPI void $OnSetLocalDescriptionComplete(::webrtc::RTCError error)
Definition RefCountedObject.h:8
Definition RTCError.h:10
Definition Alias.h:14