LeviLamina
Loading...
Searching...
No Matches
RtpPacketizerGeneric.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RtpPacketizer.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { struct RTPVideoHeader; }
11// clang-format on
12
13namespace webrtc {
14
16public:
17 // member functions
18 // NOLINTBEGIN
19 MCAPI void BuildHeader(::webrtc::RTPVideoHeader const&);
20
22
23 MCAPI
25 // NOLINTEND
26
27public:
28 // constructor thunks
29 // NOLINTBEGIN
31
32 MCAPI void*
34 // NOLINTEND
35
36public:
37 // vftables
38 // NOLINTBEGIN
39 MCAPI static void** $vftable();
40 // NOLINTEND
41};
42
43} // namespace webrtc
Definition _HeaderOutputPredefine.h:238
Definition RtpPacketizerGeneric.h:15
Definition RTPVideoHeader.h:12
Definition RtpPacketizer.h:23