LeviLamina
Loading...
Searching...
No Matches
FlexfecReceiveStream.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/ReceiveStreamInterface.h"
7#include "mc/external/webrtc/RtcpMode.h"
8#include "mc/external/webrtc/RtpPacketSinkInterface.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace webrtc { class ReceiveStatistics; }
13// clang-format on
14
15namespace webrtc {
16
18public:
19 // FlexfecReceiveStream inner types declare
20 // clang-format off
21 struct Config;
22 // clang-format on
23
24 // FlexfecReceiveStream inner types define
25 struct Config {
26 public:
27 // member variables
28 // NOLINTBEGIN
34 // NOLINTEND
35
36 public:
37 // prevent constructor by default
38 Config& operator=(Config const&);
39 Config(Config const&);
40 Config();
41 };
42
43public:
44 // virtual functions
45 // NOLINTBEGIN
46 // vIndex: 0
47 virtual ~FlexfecReceiveStream() /*override*/ = default;
48
49 // vIndex: 2
50 virtual void SetRtcpMode(::webrtc::RtcpMode) = 0;
51
52 // vIndex: 3
53 virtual void SetPayloadType(int) = 0;
54
55 // vIndex: 4
56 virtual int payload_type() const = 0;
57
58 // vIndex: 5
59 virtual ::webrtc::ReceiveStatistics const* GetStats() const = 0;
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65
66 // NOLINTEND
67
68public:
69 // virtual function thunks
70 // NOLINTBEGIN
71
72 // NOLINTEND
73};
74
75} // namespace webrtc
Definition FlexfecReceiveStream.h:17
Definition ReceiveStreamInterface.h:7
Definition RtpPacketSinkInterface.h:12
Definition Alias.h:14
Definition FlexfecReceiveStream.h:25