LeviLamina
Loading...
Searching...
No Matches
RTCRtpStreamStats.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RTCStats.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { class Attribute; }
11namespace webrtc { class Timestamp; }
12// clang-format on
13
14namespace webrtc {
15
17public:
18 // member variables
19 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 RTCRtpStreamStats& operator=(RTCRtpStreamStats const&);
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 3
35 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64 additional_capacity) const /*override*/;
36
37 // vIndex: 1
38 virtual ::std::unique_ptr<::webrtc::RTCStats> copy() const /*override*/;
39
40 // vIndex: 2
41 virtual char const* type() const /*override*/;
42
43 // vIndex: 0
44 virtual ~RTCRtpStreamStats() /*override*/;
45 // NOLINTEND
46
47public:
48 // member functions
49 // NOLINTBEGIN
51
52 MCNAPI RTCRtpStreamStats(::std::string id, ::webrtc::Timestamp timestamp);
53 // NOLINTEND
54
55public:
56 // static variables
57 // NOLINTBEGIN
58 MCNAPI static ::std::add_lvalue_reference_t<char const[]> kType();
59 // NOLINTEND
60
61public:
62 // constructor thunks
63 // NOLINTBEGIN
64 MCNAPI void* $ctor(::webrtc::RTCRtpStreamStats const&);
65
66 MCNAPI void* $ctor(::std::string id, ::webrtc::Timestamp timestamp);
67 // NOLINTEND
68
69public:
70 // destructor thunk
71 // NOLINTBEGIN
72 MCNAPI void $dtor();
73 // NOLINTEND
74
75public:
76 // virtual function thunks
77 // NOLINTBEGIN
78 MCNAPI ::std::vector<::webrtc::Attribute> $AttributesImpl(uint64 additional_capacity) const;
79
80 MCNAPI ::std::unique_ptr<::webrtc::RTCStats> $copy() const;
81
82 MCNAPI char const* $type() const;
83 // NOLINTEND
84
85public:
86 // vftables
87 // NOLINTBEGIN
88 MCNAPI static void** $vftable();
89 // NOLINTEND
90};
91
92} // namespace webrtc
Definition Attribute.h:9
Definition RTCRtpStreamStats.h:16
MCAPI RTCRtpStreamStats(::std::string id, ::webrtc::Timestamp timestamp)
MCAPI ::std::vector<::webrtc::Attribute > $AttributesImpl(uint64 additional_capacity) const
static MCAPI ::std::add_lvalue_reference_t< char const[]> kType()
MCAPI void * $ctor(::webrtc::RTCRtpStreamStats const &)
MCAPI RTCRtpStreamStats(::webrtc::RTCRtpStreamStats const &)
MCAPI char const * $type() const
static MCAPI void ** $vftable()
MCAPI ::std::unique_ptr<::webrtc::RTCStats > $copy() const
MCAPI void * $ctor(::std::string id, ::webrtc::Timestamp timestamp)
Definition RTCStats.h:12
Definition Timestamp.h:10
Definition Alias.h:14