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
18public:
19 // member variables
20 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 RtpPacketizerVp8& operator=(RtpPacketizerVp8 const&);
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 // vIndex: 0
37 virtual ~RtpPacketizerVp8() /*override*/;
38
39 // vIndex: 1
40 virtual uint64 NumPackets() const /*override*/;
41
42 // vIndex: 2
43 virtual bool NextPacket(::webrtc::RtpPacketToSend* packet) /*override*/;
44 // NOLINTEND
45
46public:
47 // member functions
48 // NOLINTBEGIN
52 ::webrtc::RTPVideoHeaderVP8 const& hdr_info
53 );
54 // NOLINTEND
55
56public:
57 // static functions
58 // NOLINTBEGIN
59 MCNAPI static ::absl::InlinedVector<uchar, 6, ::std::allocator<uchar>>
61 // NOLINTEND
62
63public:
64 // constructor thunks
65 // NOLINTBEGIN
66 MCNAPI void* $ctor(
69 ::webrtc::RTPVideoHeaderVP8 const& hdr_info
70 );
71 // NOLINTEND
72
73public:
74 // destructor thunk
75 // NOLINTBEGIN
76 MCNAPI void $dtor();
77 // NOLINTEND
78
79public:
80 // virtual function thunks
81 // NOLINTBEGIN
82 MCNAPI uint64 $NumPackets() const;
83
85 // NOLINTEND
86
87public:
88 // vftables
89 // NOLINTBEGIN
90 MCNAPI static void** $vftable();
91 // NOLINTEND
92};
93
94} // namespace webrtc
Definition _HeaderOutputPredefine.h:260
Definition RtpPacketToSend.h:16
Definition RtpPacketizerVp8.h:17
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