LeviLamina
Loading...
Searching...
No Matches
RTCMediaSourceStats.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
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 3
33 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64 additional_capacity) const /*override*/;
34
35 // vIndex: 1
36 virtual ::std::unique_ptr<::webrtc::RTCStats> copy() const /*override*/;
37
38 // vIndex: 2
39 virtual char const* type() const /*override*/;
40
41 // vIndex: 0
42 virtual ~RTCMediaSourceStats() /*override*/;
43 // NOLINTEND
44
45public:
46 // member functions
47 // NOLINTBEGIN
49
50 MCNAPI RTCMediaSourceStats(::std::string id, ::webrtc::Timestamp timestamp);
51 // NOLINTEND
52
53public:
54 // static variables
55 // NOLINTBEGIN
56 MCNAPI static ::std::add_lvalue_reference_t<char const[]> kType();
57 // NOLINTEND
58
59public:
60 // constructor thunks
61 // NOLINTBEGIN
63
64 MCNAPI void* $ctor(::std::string id, ::webrtc::Timestamp timestamp);
65 // NOLINTEND
66
67public:
68 // destructor thunk
69 // NOLINTBEGIN
70 MCNAPI void $dtor();
71 // NOLINTEND
72
73public:
74 // virtual function thunks
75 // NOLINTBEGIN
76 MCNAPI ::std::vector<::webrtc::Attribute> $AttributesImpl(uint64 additional_capacity) const;
77
78 MCNAPI ::std::unique_ptr<::webrtc::RTCStats> $copy() const;
79
80 MCNAPI char const* $type() const;
81 // NOLINTEND
82
83public:
84 // vftables
85 // NOLINTBEGIN
86 MCNAPI static void** $vftable();
87 // NOLINTEND
88};
89
90} // namespace webrtc
Definition Attribute.h:9
Definition RTCMediaSourceStats.h:16
MCAPI char const * $type() const
MCAPI RTCMediaSourceStats(::webrtc::RTCMediaSourceStats const &)
MCAPI void * $ctor(::webrtc::RTCMediaSourceStats const &)
MCAPI ::std::unique_ptr<::webrtc::RTCStats > $copy() const
MCAPI RTCMediaSourceStats(::std::string id, ::webrtc::Timestamp timestamp)
static MCAPI void ** $vftable()
static MCAPI ::std::add_lvalue_reference_t< char const[]> kType()
MCAPI ::std::vector<::webrtc::Attribute > $AttributesImpl(uint64 additional_capacity) const
MCAPI void * $ctor(::std::string id, ::webrtc::Timestamp timestamp)
Definition RTCStats.h:12
Definition Timestamp.h:10
Definition Alias.h:14