LeviLamina
Loading...
Searching...
No Matches
RTCOutboundRtpStreamStats.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class Timestamp; }
8// clang-format on
9
10namespace webrtc {
11
13public:
14 // prevent constructor by default
17
18public:
19 // member functions
20 // NOLINTBEGIN
22
24 // NOLINTEND
25
26public:
27 // static variables
28 // NOLINTBEGIN
29 MCNAPI static ::std::add_lvalue_reference_t<char const[]> kType();
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
36
37 MCNAPI void* $ctor(::std::string, ::webrtc::Timestamp);
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCNAPI static void** $vftable();
44 // NOLINTEND
45};
46
47} // namespace webrtc
Definition RTCOutboundRtpStreamStats.h:12
MCAPI void * $ctor(::std::string, ::webrtc::Timestamp)
static MCAPI void ** $vftable()
static MCAPI ::std::add_lvalue_reference_t< char const[]> kType()
MCAPI RTCOutboundRtpStreamStats(::std::string, ::webrtc::Timestamp)
MCAPI RTCOutboundRtpStreamStats(::webrtc::RTCOutboundRtpStreamStats const &)
MCAPI void * $ctor(::webrtc::RTCOutboundRtpStreamStats const &)
Definition Timestamp.h:10