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
17class RTCVideoSourceStats : public ::webrtc::RTCMediaSourceStats {
18public:
19 // member variables
20 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 RTCVideoSourceStats& operator=(RTCVideoSourceStats const&);
30 RTCVideoSourceStats(RTCVideoSourceStats const&);
31 RTCVideoSourceStats();
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64 additional_capacity) const /*override*/;
37
38 virtual ::std::unique_ptr<::webrtc::RTCStats> copy() const /*override*/;
39
40 virtual char const* type() const /*override*/;
41
42 virtual ~RTCVideoSourceStats() /*override*/ = default;
43 // NOLINTEND
44
45public:
46 // member functions
47 // NOLINTBEGIN
48 MCNAPI RTCVideoSourceStats(::std::string id, ::webrtc::Timestamp timestamp);
49 // NOLINTEND
50
51public:
52 // static variables
53 // NOLINTBEGIN
54 MCNAPI static ::std::add_lvalue_reference_t<char const[]> kType();
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
60 MCNAPI void* $ctor(::std::string id, ::webrtc::Timestamp timestamp);
61 // NOLINTEND
62
63public:
64 // virtual function thunks
65 // NOLINTBEGIN
66 MCNAPI ::std::vector<::webrtc::Attribute> $AttributesImpl(uint64 additional_capacity) const;
67
68 MCNAPI ::std::unique_ptr<::webrtc::RTCStats> $copy() const;
69
70 MCNAPI char const* $type() const;
71
72
73 // NOLINTEND
74
75public:
76 // vftables
77 // NOLINTBEGIN
78 MCNAPI static void** $vftable();
79 // NOLINTEND
80};
81
82} // namespace webrtc
Definition Attribute.h:7
Definition RTCMediaSourceStats.h:16
Definition RTCStats.h:12
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:15
Definition Alias.h:14