LeviLamina
Loading...
Searching...
No Matches
RtpRtcpInterface.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // RtpRtcpInterface inner types declare
10 // clang-format off
11 struct Configuration;
12 struct SenderReportStats;
13 // clang-format on
14
15 // RtpRtcpInterface inner types define
17 public:
18 // member functions
19 // NOLINTBEGIN
20 MCAPI ~Configuration();
21 // NOLINTEND
22
23 public:
24 // destructor thunk
25 // NOLINTBEGIN
26 MCAPI void $dtor();
27 // NOLINTEND
28 };
29
31};
32
33} // namespace webrtc
Definition RtpRtcpInterface.h:7
Definition RtpRtcpInterface.h:16
Definition RtpRtcpInterface.h:30