LeviLamina
Loading...
Searching...
No Matches
RTCVideoSourceStats.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RTCMediaSourceStats.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { class Attribute; }
11namespace webrtc { class RTCStats; }
12namespace webrtc { class Timestamp; }
13// clang-format on
14
15namespace webrtc {
16
18public:
19 // member variables
20 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 // vIndex: 3
37 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64 additional_capacity) const /*override*/;
38
39 // vIndex: 1
40 virtual ::std::unique_ptr<::webrtc::RTCStats> copy() const /*override*/;
41
42 // vIndex: 2
43 virtual char const* type() const /*override*/;
44
45 // vIndex: 0
46 virtual ~RTCVideoSourceStats() /*override*/;
47 // NOLINTEND
48
49public:
50 // member functions
51 // NOLINTBEGIN
52 MCNAPI RTCVideoSourceStats(::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(::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
Definition RTCVideoSourceStats.h:17
static MCAPI void ** $vftable()
MCAPI ::std::vector<::webrtc::Attribute > $AttributesImpl(uint64 additional_capacity) const
MCAPI char const * $type() const
MCAPI RTCVideoSourceStats(::std::string id, ::webrtc::Timestamp timestamp)
MCAPI void * $ctor(::std::string id, ::webrtc::Timestamp timestamp)
static MCAPI ::std::add_lvalue_reference_t< char const[]> kType()
MCAPI ::std::unique_ptr<::webrtc::RTCStats > $copy() const
Definition Timestamp.h:10
Definition Alias.h:14