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 MCAPI void Deregister(::std::string_view);
32
33 MCAPI ::webrtc::RTPExtensionType GetType(int) const;
34
35 MCAPI bool Register(int, ::webrtc::RTPExtensionType, ::std::string_view);
36
37 MCAPI bool RegisterByUri(int, ::std::string_view);
38
40
41 MCAPI explicit RtpHeaderExtensionMap(bool);
42
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
49 MCAPI void* $ctor();
50
51 MCAPI void* $ctor(bool);
52
54 // NOLINTEND
55};
56
57} // namespace webrtc
Definition _HeaderOutputPredefine.h:238
Definition RtpHeaderExtensionMap.h:15
Definition Alias.h:14