LeviLamina
Loading...
Searching...
No Matches
RtpHeaderExtensionCapability.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // member variables
10 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCAPI explicit RtpHeaderExtensionCapability(::std::string_view);
27
28 MCAPI RtpHeaderExtensionCapability(::std::string_view, int);
29
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCAPI void* $ctor(::std::string_view);
37
38 MCAPI void* $ctor(::std::string_view, int);
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCAPI void $dtor();
45 // NOLINTEND
46};
47
48} // namespace webrtc
Definition Alias.h:14
Definition RtpHeaderExtensionCapability.h:7