LeviLamina
Loading...
Searching...
No Matches
RtcEventBweUpdateLossBased.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RtcEvent.h"
7
8namespace webrtc {
9
10class RtcEventBweUpdateLossBased : public ::webrtc::RtcEvent {
11public:
12 // member variables
13 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 RtcEventBweUpdateLossBased& operator=(RtcEventBweUpdateLossBased const&);
22 RtcEventBweUpdateLossBased(RtcEventBweUpdateLossBased const&);
23 RtcEventBweUpdateLossBased();
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual ~RtcEventBweUpdateLossBased() /*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 RtcEventBweUpdateLossBased(int bitrate_bps, uchar fraction_loss, int total_packets);
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
44 MCNAPI void* $ctor(int bitrate_bps, uchar fraction_loss, int total_packets);
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 void * $ctor(int bitrate_bps, uchar fraction_loss, int total_packets)
static MCAPI void ** $vftable()
MCAPI::webrtc::RtcEvent::Type $GetType() const
MCAPI RtcEventBweUpdateLossBased(int bitrate_bps, uchar fraction_loss, int total_packets)
Definition RtcEvent.h:7
Definition Alias.h:14