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 // prevent constructor by default
19
20public:
21 // member functions
22 // NOLINTBEGIN
27 );
28
29 MCNAPI bool WriteHeader(bool, bool, ::rtc::ArrayView<uchar>) const;
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCNAPI void* $ctor(
39 );
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCNAPI static void** $vftable();
46 // NOLINTEND
47};
48
49} // namespace webrtc
Definition _HeaderOutputPredefine.h:258
Definition RtpPacketizerVp9.h:15
MCAPI void * $ctor(::rtc::ArrayView< uchar const >, ::webrtc::RtpPacketizer::PayloadSizeLimits, ::webrtc::RTPVideoHeaderVP9 const &)
static MCAPI void ** $vftable()
MCAPI bool WriteHeader(bool, bool, ::rtc::ArrayView< uchar >) const
MCAPI RtpPacketizerVp9(::rtc::ArrayView< uchar const >, ::webrtc::RtpPacketizer::PayloadSizeLimits, ::webrtc::RTPVideoHeaderVP9 const &)
Definition RTPVideoHeaderVP9.h:7
Definition RtpPacketizer.h:23