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