LeviLamina
Loading...
Searching...
No Matches
RtpPacketizerVp9.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 RTPVideoHeaderVP9; }
11// clang-format on
12
13namespace webrtc {
14
16public:
17 // member functions
18 // NOLINTBEGIN
19 MCAPI
21
22 MCAPI bool WriteHeader(bool, bool, ::rtc::ArrayView<uchar>) const;
23 // NOLINTEND
24
25public:
26 // constructor thunks
27 // NOLINTBEGIN
28 MCAPI void*
30 // NOLINTEND
31
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCAPI static void** $vftable();
36 // NOLINTEND
37};
38
39} // namespace webrtc
Definition _HeaderOutputPredefine.h:238
Definition RtpPacketizerVp9.h:15
Definition RTPVideoHeaderVP9.h:7
Definition RtpPacketizer.h:23