LeviLamina
Loading...
Searching...
No Matches
RtpConfig.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
7struct RtpConfig {
8public:
9 // RtpConfig inner types declare
10 // clang-format off
11 struct Flexfec;
12 struct Rtx;
13 // clang-format on
14
15 // RtpConfig inner types define
16 struct Flexfec {
17 public:
18 // member variables
19 // NOLINTBEGIN
23 // NOLINTEND
24
25 public:
26 // prevent constructor by default
27 Flexfec& operator=(Flexfec const&);
28 Flexfec(Flexfec const&);
29 Flexfec();
30
31 public:
32 // member functions
33 // NOLINTBEGIN
34 MCNAPI ~Flexfec();
35 // NOLINTEND
36
37 public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCNAPI void $dtor();
41 // NOLINTEND
42 };
43
44 struct Rtx {
45 public:
46 // member variables
47 // NOLINTBEGIN
50 // NOLINTEND
51
52 public:
53 // prevent constructor by default
54 Rtx& operator=(Rtx const&);
55 Rtx(Rtx const&);
56 Rtx();
57
58 public:
59 // member functions
60 // NOLINTBEGIN
61 MCNAPI ~Rtx();
62 // NOLINTEND
63
64 public:
65 // destructor thunk
66 // NOLINTBEGIN
67 MCNAPI void $dtor();
68 // NOLINTEND
69 };
70
71public:
72 // member variables
73 // NOLINTBEGIN
91 // NOLINTEND
92
93public:
94 // prevent constructor by default
95 RtpConfig& operator=(RtpConfig const&);
96 RtpConfig();
97
98public:
99 // member functions
100 // NOLINTBEGIN
101 MCNAPI ::std::optional<uint> GetRtxSsrcAssociatedWithMediaSsrc(uint media_ssrc) const;
102
104
105 MCNAPI ~RtpConfig();
106 // NOLINTEND
107
108public:
109 // constructor thunks
110 // NOLINTBEGIN
111 MCNAPI void* $ctor(::webrtc::RtpConfig const&);
112 // NOLINTEND
113
114public:
115 // destructor thunk
116 // NOLINTBEGIN
117 MCNAPI void $dtor();
118 // NOLINTEND
119};
120
121} // namespace webrtc
Definition Alias.h:14
Definition RtpConfig.h:16
Definition RtpConfig.h:44
Definition RtpConfig.h:7
MCAPI RtpConfig(::webrtc::RtpConfig const &)
MCAPI void $dtor()
MCAPI void * $ctor(::webrtc::RtpConfig const &)
MCAPI ::std::optional< uint > GetRtxSsrcAssociatedWithMediaSsrc(uint media_ssrc) const