LeviLamina
Loading...
Searching...
No Matches
RtcEventBweUpdateDelayBased.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/BandwidthUsage.h"
7#include "mc/external/webrtc/RtcEvent.h"
8
9namespace webrtc {
10
11class RtcEventBweUpdateDelayBased : public ::webrtc::RtcEvent {
12public:
13 // member variables
14 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 RtcEventBweUpdateDelayBased& operator=(RtcEventBweUpdateDelayBased const&);
22 RtcEventBweUpdateDelayBased(RtcEventBweUpdateDelayBased const&);
23 RtcEventBweUpdateDelayBased();
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual ~RtcEventBweUpdateDelayBased() /*override*/;
29
30 virtual ::webrtc::RtcEvent::Type GetType() const /*override*/;
31
32 virtual bool IsConfigEvent() const /*override*/;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCNAPI RtcEventBweUpdateDelayBased(int bitrate_bps, ::webrtc::BandwidthUsage detector_state);
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
44 MCNAPI void* $ctor(int bitrate_bps, ::webrtc::BandwidthUsage detector_state);
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCNAPI void $dtor();
51 // NOLINTEND
52
53public:
54 // virtual function thunks
55 // NOLINTBEGIN
56 MCNAPI ::webrtc::RtcEvent::Type $GetType() const;
57
58 MCNAPI bool $IsConfigEvent() const;
59
60
61 // NOLINTEND
62
63public:
64 // vftables
65 // NOLINTBEGIN
66 MCNAPI static void** $vftable();
67 // NOLINTEND
68};
69
70} // namespace webrtc
MCAPI::webrtc::RtcEvent::Type $GetType() const
static MCAPI void ** $vftable()
MCAPI void * $ctor(int bitrate_bps, ::webrtc::BandwidthUsage detector_state)
MCAPI RtcEventBweUpdateDelayBased(int bitrate_bps, ::webrtc::BandwidthUsage detector_state)
Definition RtcEvent.h:7
Definition Alias.h:14