LeviLamina
Loading...
Searching...
No Matches
SessionDescriptionInterface.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/SdpType.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { class IceCandidate; }
11namespace webrtc { class IceCandidateCollection; }
12namespace webrtc { class SessionDescription; }
13// clang-format on
14
15namespace webrtc {
16
18public:
19 // virtual functions
20 // NOLINTBEGIN
22
23 virtual ::std::unique_ptr<::webrtc::SessionDescriptionInterface> Clone() const;
24
25 virtual ::webrtc::SessionDescription* description() = 0;
26
27 virtual ::webrtc::SessionDescription const* description() const = 0;
28
29 virtual ::std::string session_id() const = 0;
30
31 virtual ::std::string session_version() const = 0;
32
33 virtual ::webrtc::SdpType GetType() const;
34
35 virtual ::std::string type() const = 0;
36
37 virtual bool AddCandidate(::webrtc::IceCandidate const* candidate) = 0;
38
39 virtual bool RemoveCandidate(::webrtc::IceCandidate const* candidate) = 0;
40
41 virtual uint64 number_of_mediasections() const = 0;
42
43 virtual ::webrtc::IceCandidateCollection const* candidates(uint64 mediasection_index) const = 0;
44
45 virtual bool ToString(::std::string* out) const = 0;
46 // NOLINTEND
47
48public:
49 // static variables
50 // NOLINTBEGIN
51 MCNAPI static ::std::add_lvalue_reference_t<char const[]> kAnswer();
52
53 MCNAPI static ::std::add_lvalue_reference_t<char const[]> kOffer();
54
55 MCNAPI static ::std::add_lvalue_reference_t<char const[]> kPrAnswer();
56
57 MCNAPI static ::std::add_lvalue_reference_t<char const[]> kRollback();
58 // NOLINTEND
59
60public:
61 // destructor thunk
62 // NOLINTBEGIN
63 MCNAPI void $dtor();
64 // NOLINTEND
65
66public:
67 // virtual function thunks
68 // NOLINTBEGIN
69 MCNAPI ::std::unique_ptr<::webrtc::SessionDescriptionInterface> $Clone() const;
70
71 MCNAPI ::webrtc::SdpType $GetType() const;
72
73
74 // NOLINTEND
75
76public:
77 // vftables
78 // NOLINTBEGIN
79 MCNAPI static void** $vftable();
80 // NOLINTEND
81};
82
83} // namespace webrtc
Definition IceCandidateCollection.h:12
Definition IceCandidate.h:12
Definition SessionDescriptionInterface.h:17
static MCAPI ::std::add_lvalue_reference_t< char const[]> kRollback()
static MCAPI ::std::add_lvalue_reference_t< char const[]> kOffer()
static MCAPI ::std::add_lvalue_reference_t< char const[]> kPrAnswer()
static MCAPI ::std::add_lvalue_reference_t< char const[]> kAnswer()
static MCAPI void ** $vftable()
MCAPI ::std::unique_ptr<::webrtc::SessionDescriptionInterface > $Clone() const
MCAPI::webrtc::SdpType $GetType() const
Definition SessionDescription.h:18