LeviLamina
Loading...
Searching...
No Matches
RTCSentRtpStreamStats.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RTCRtpStreamStats.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
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
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 ~RTCSentRtpStreamStats() /*override*/;
45 // NOLINTEND
46
47public:
48 // member functions
49 // NOLINTBEGIN
50 MCNAPI RTCSentRtpStreamStats(::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
62 MCNAPI void* $ctor(::std::string id, ::webrtc::Timestamp timestamp);
63 // NOLINTEND
64
65public:
66 // destructor thunk
67 // NOLINTBEGIN
68 MCNAPI void $dtor();
69 // NOLINTEND
70
71public:
72 // virtual function thunks
73 // NOLINTBEGIN
74 MCNAPI ::std::vector<::webrtc::Attribute> $AttributesImpl(uint64 additional_capacity) const;
75
76 MCNAPI ::std::unique_ptr<::webrtc::RTCStats> $copy() const;
77
78 MCNAPI char const* $type() const;
79 // NOLINTEND
80
81public:
82 // vftables
83 // NOLINTBEGIN
84 MCNAPI static void** $vftable();
85 // NOLINTEND
86};
87
88} // namespace webrtc
Definition Attribute.h:9
Definition RTCRtpStreamStats.h:16
Definition RTCSentRtpStreamStats.h:17
MCAPI char const * $type() const
MCAPI ::std::unique_ptr<::webrtc::RTCStats > $copy() const
static MCAPI ::std::add_lvalue_reference_t< char const[]> kType()
MCAPI RTCSentRtpStreamStats(::std::string id, ::webrtc::Timestamp timestamp)
MCAPI ::std::vector<::webrtc::Attribute > $AttributesImpl(uint64 additional_capacity) const
static MCAPI void ** $vftable()
MCAPI void * $ctor(::std::string id, ::webrtc::Timestamp timestamp)
Definition Timestamp.h:10
Definition Alias.h:14