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