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 { class RtpPacketToSend; }
12namespace webrtc { struct RTPVideoHeaderVP8; }
13// clang-format on
14
15namespace webrtc {
16
17class RtpPacketizerVp8 : public ::webrtc::RtpPacketizer {
18public:
19 // member variables
20 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 RtpPacketizerVp8& operator=(RtpPacketizerVp8 const&);
30 RtpPacketizerVp8(RtpPacketizerVp8 const&);
31 RtpPacketizerVp8();
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 virtual ~RtpPacketizerVp8() /*override*/ = default;
37
38 virtual uint64 NumPackets() const /*override*/;
39
40 virtual bool NextPacket(::webrtc::RtpPacketToSend* packet) /*override*/;
41 // NOLINTEND
42
43public:
44 // member functions
45 // NOLINTBEGIN
49 ::webrtc::RTPVideoHeaderVP8 const& hdr_info
50 );
51 // NOLINTEND
52
53public:
54 // static functions
55 // NOLINTBEGIN
56 MCNAPI static ::absl::InlinedVector<uchar, 6, ::std::allocator<uchar>>
58 // NOLINTEND
59
60public:
61 // constructor thunks
62 // NOLINTBEGIN
63 MCNAPI void* $ctor(
66 ::webrtc::RTPVideoHeaderVP8 const& hdr_info
67 );
68 // NOLINTEND
69
70public:
71 // virtual function thunks
72 // NOLINTBEGIN
73 MCNAPI uint64 $NumPackets() const;
74
76
77
78 // NOLINTEND
79
80public:
81 // vftables
82 // NOLINTBEGIN
83 MCNAPI static void** $vftable();
84 // NOLINTEND
85};
86
87} // namespace webrtc
Definition _HeaderOutputPredefine.h:309
Definition RtpPacketToSend.h:16
static MCAPI ::absl::InlinedVector< uchar, 6, ::std::allocator< uchar > > BuildHeader(::webrtc::RTPVideoHeaderVP8 const &header)
MCAPI bool $NextPacket(::webrtc::RtpPacketToSend *packet)
MCAPI RtpPacketizerVp8(::rtc::ArrayView< uchar const > payload, ::webrtc::RtpPacketizer::PayloadSizeLimits limits, ::webrtc::RTPVideoHeaderVP8 const &hdr_info)
MCAPI uint64 $NumPackets() const
MCAPI void * $ctor(::rtc::ArrayView< uchar const > payload, ::webrtc::RtpPacketizer::PayloadSizeLimits limits, ::webrtc::RTPVideoHeaderVP8 const &hdr_info)
static MCAPI void ** $vftable()
Definition RtpPacketizer.h:16
Definition Alias.h:14
Definition RTPVideoHeaderVP8.h:7
Definition RtpPacketizer.h:24