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
11public:
12 // member variables
13 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 0
29 virtual ~RtcEventBweUpdateLossBased() /*override*/;
30
31 // vIndex: 1
32 virtual ::webrtc::RtcEvent::Type GetType() const /*override*/;
33
34 // vIndex: 2
35 virtual bool IsConfigEvent() const /*override*/;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCNAPI RtcEventBweUpdateLossBased(int bitrate_bps, uchar fraction_loss, int total_packets);
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCNAPI void* $ctor(int bitrate_bps, uchar fraction_loss, int total_packets);
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCNAPI void $dtor();
54 // NOLINTEND
55
56public:
57 // virtual function thunks
58 // NOLINTBEGIN
59 MCNAPI ::webrtc::RtcEvent::Type $GetType() const;
60
61 MCNAPI bool $IsConfigEvent() const;
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
67 MCNAPI static void** $vftable();
68 // NOLINTEND
69};
70
71} // namespace webrtc
Definition RtcEventBweUpdateLossBased.h:10
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