LeviLamina
Loading...
Searching...
No Matches
RtpPacketPacer.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 DataSize; }
9namespace webrtc { class TimeDelta; }
10namespace webrtc { class Timestamp; }
11namespace webrtc { struct ProbeClusterConfig; }
12// clang-format on
13
14namespace webrtc {
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 0
21 virtual ~RtpPacketPacer() = default;
22
23 // vIndex: 1
24 virtual void CreateProbeClusters(::std::vector<::webrtc::ProbeClusterConfig>) = 0;
25
26 // vIndex: 2
27 virtual void Pause() = 0;
28
29 // vIndex: 3
30 virtual void Resume() = 0;
31
32 // vIndex: 4
33 virtual void SetCongested(bool) = 0;
34
35 // vIndex: 5
36 virtual void SetPacingRates(::webrtc::DataRate, ::webrtc::DataRate) = 0;
37
38 // vIndex: 6
39 virtual ::webrtc::TimeDelta OldestPacketWaitTime() const = 0;
40
41 // vIndex: 7
42 virtual ::webrtc::DataSize QueueSizeData() const = 0;
43
44 // vIndex: 8
45 virtual ::std::optional<::webrtc::Timestamp> FirstSentPacketTime() const = 0;
46
47 // vIndex: 9
48 virtual ::webrtc::TimeDelta ExpectedQueueTime() const = 0;
49
50 // vIndex: 10
51 virtual void SetQueueTimeLimit(::webrtc::TimeDelta) = 0;
52
53 // vIndex: 11
54 virtual void SetAccountForAudioPackets(bool) = 0;
55
56 // vIndex: 12
57 virtual void SetIncludeOverhead() = 0;
58
59 // vIndex: 13
60 virtual void SetTransportOverhead(::webrtc::DataSize) = 0;
61 // NOLINTEND
62
63public:
64 // virtual function thunks
65 // NOLINTBEGIN
66
67 // NOLINTEND
68};
69
70} // namespace webrtc
Definition DataRate.h:10
Definition DataSize.h:10
Definition RtpPacketPacer.h:16
Definition TimeDelta.h:10