LeviLamina
Loading...
Searching...
No Matches
RtpHeaderExtensionMap.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RTPExtensionType.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { struct RtpExtension; }
11// clang-format on
12
13namespace webrtc {
14
16public:
17 // member variables
18 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI void Deregister(::std::string_view);
32
33 MCNAPI ::webrtc::RTPExtensionType GetType(int) const;
34
35 MCNAPI bool Register(int, ::webrtc::RTPExtensionType, ::std::string_view);
36
37 MCNAPI bool RegisterByUri(int, ::std::string_view);
38
40
41 MCNAPI explicit RtpHeaderExtensionMap(bool);
42
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
49 MCNAPI void* $ctor();
50
51 MCNAPI void* $ctor(bool);
52
54 // NOLINTEND
55};
56
57} // namespace webrtc
Definition _HeaderOutputPredefine.h:258
Definition RtpHeaderExtensionMap.h:15
MCAPI void Deregister(::std::string_view)
MCAPI void * $ctor(::rtc::ArrayView<::webrtc::RtpExtension const >)
MCAPI void * $ctor(bool)
MCAPI::webrtc::RTPExtensionType GetType(int) const
MCAPI bool RegisterByUri(int, ::std::string_view)
MCAPI RtpHeaderExtensionMap(::rtc::ArrayView<::webrtc::RtpExtension const >)
MCAPI bool Register(int, ::webrtc::RTPExtensionType, ::std::string_view)
Definition Alias.h:14