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 // prevent constructor by default
20
21public:
22 // member functions
23 // NOLINTBEGIN
28 );
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCNAPI static ::absl::InlinedVector<uchar, 6, ::std::allocator<uchar>>
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCNAPI void* $ctor(
45 );
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftable();
52 // NOLINTEND
53};
54
55} // namespace webrtc
Definition _HeaderOutputPredefine.h:258
Definition RtpPacketizerVp8.h:16
MCAPI void * $ctor(::rtc::ArrayView< uchar const >, ::webrtc::RtpPacketizer::PayloadSizeLimits, ::webrtc::RTPVideoHeaderVP8 const &)
MCAPI RtpPacketizerVp8(::rtc::ArrayView< uchar const >, ::webrtc::RtpPacketizer::PayloadSizeLimits, ::webrtc::RTPVideoHeaderVP8 const &)
static MCAPI ::absl::InlinedVector< uchar, 6, ::std::allocator< uchar > > BuildHeader(::webrtc::RTPVideoHeaderVP8 const &)
static MCAPI void ** $vftable()
Definition RTPVideoHeaderVP8.h:7
Definition RtpPacketizer.h:23