LeviLamina
Loading...
Searching...
No Matches
NetworkLinkRtcpObserver.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class DataRate; }
8namespace webrtc { class ReportBlockData; }
9namespace webrtc { class TimeDelta; }
10namespace webrtc { class Timestamp; }
11namespace webrtc::rtcp { class TransportFeedback; }
12// clang-format on
13
14namespace webrtc {
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 0
21 virtual ~NetworkLinkRtcpObserver() = default;
22
23 // vIndex: 1
24 virtual void OnTransportFeedback(::webrtc::Timestamp, ::webrtc::rtcp::TransportFeedback const&);
25
26 // vIndex: 2
27 virtual void OnReceiverEstimatedMaxBitrate(::webrtc::Timestamp, ::webrtc::DataRate);
28
29 // vIndex: 3
31
32 // vIndex: 4
33 virtual void OnRttUpdate(::webrtc::Timestamp, ::webrtc::TimeDelta);
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45
46 // NOLINTEND
47};
48
49} // namespace webrtc
Definition _HeaderOutputPredefine.h:238
Definition DataRate.h:10
Definition NetworkLinkRtcpObserver.h:16
Definition TimeDelta.h:10
Definition Timestamp.h:10
Definition TransportFeedback.h:17