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