LeviLamina
Loading...
Searching...
No Matches
SdpStateProvider.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/rtc/SSLRole.h"
7#include "mc/external/webrtc/PeerConnectionInterface.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace webrtc { class SessionDescriptionInterface; }
12// clang-format on
13
14namespace webrtc {
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 0
21 virtual ~SdpStateProvider();
22
23 // vIndex: 1
24 virtual ::webrtc::PeerConnectionInterface::SignalingState signaling_state() const = 0;
25
26 // vIndex: 2
27 virtual ::webrtc::SessionDescriptionInterface const* local_description() const = 0;
28
29 // vIndex: 3
30 virtual ::webrtc::SessionDescriptionInterface const* remote_description() const = 0;
31
32 // vIndex: 4
33 virtual ::webrtc::SessionDescriptionInterface const* current_local_description() const = 0;
34
35 // vIndex: 5
36 virtual ::webrtc::SessionDescriptionInterface const* current_remote_description() const = 0;
37
38 // vIndex: 6
39 virtual ::webrtc::SessionDescriptionInterface const* pending_local_description() const = 0;
40
41 // vIndex: 7
42 virtual ::webrtc::SessionDescriptionInterface const* pending_remote_description() const = 0;
43
44 // vIndex: 8
45 virtual bool NeedsIceRestart(::std::string const&) const = 0;
46
47 // vIndex: 9
48 virtual bool IceRestartPending(::std::string const&) const = 0;
49
50 // vIndex: 10
51 virtual ::std::optional<::rtc::SSLRole> GetDtlsRole(::std::string const&) const = 0;
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57 MCNAPI void $dtor();
58 // NOLINTEND
59
60public:
61 // virtual function thunks
62 // NOLINTBEGIN
63
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCNAPI static void** $vftable();
70 // NOLINTEND
71};
72
73} // namespace webrtc
Definition SdpStateProvider.h:16
static MCAPI void ** $vftable()