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 virtual ~SdpStateProvider();
21
22 virtual ::webrtc::PeerConnectionInterface::SignalingState signaling_state() const = 0;
23
24 virtual ::webrtc::SessionDescriptionInterface const* local_description() const = 0;
25
26 virtual ::webrtc::SessionDescriptionInterface const* remote_description() const = 0;
27
28 virtual ::webrtc::SessionDescriptionInterface const* current_local_description() const = 0;
29
30 virtual ::webrtc::SessionDescriptionInterface const* current_remote_description() const = 0;
31
32 virtual ::webrtc::SessionDescriptionInterface const* pending_local_description() const = 0;
33
34 virtual ::webrtc::SessionDescriptionInterface const* pending_remote_description() const = 0;
35
36 virtual bool NeedsIceRestart(::std::string const&) const = 0;
37
38 virtual bool IceRestartPending(::std::string const&) const = 0;
39
40 virtual ::std::optional<::rtc::SSLRole> GetDtlsRole(::std::string const&) const = 0;
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCNAPI void $dtor();
47 // NOLINTEND
48
49public:
50 // virtual function thunks
51 // NOLINTBEGIN
52
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCNAPI static void** $vftable();
59 // NOLINTEND
60};
61
62} // namespace webrtc
Definition SdpStateProvider.h:16
static MCAPI void ** $vftable()
Definition SessionDescriptionInterface.h:18