LeviLamina
Loading...
Searching...
No Matches
UsedRtpHeaderExtensionIds.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/cricket/UsedIds.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { struct RtpExtension; }
11// clang-format on
12
13namespace cricket {
14
15class UsedRtpHeaderExtensionIds : public ::cricket::UsedIds<::webrtc::RtpExtension> {
16public:
17 // UsedRtpHeaderExtensionIds inner types define
18 enum class IdDomain : int {
19 KOneByteOnly = 0,
20 KTwoByteAllowed = 1,
21 };
22
23public:
24 // member variables
25 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
35
36public:
37 // virtual functions
38 // NOLINTBEGIN
39 // vIndex: 2
40 virtual int FindUnusedId() /*override*/;
41
42 // vIndex: 0
43 virtual ~UsedRtpHeaderExtensionIds() /*override*/;
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCNAPI void $dtor();
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55 MCNAPI int $FindUnusedId();
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCNAPI static void** $vftable();
62 // NOLINTEND
63};
64
65} // namespace cricket
Definition UsedIds.h:8
Definition UsedRtpHeaderExtensionIds.h:15
static MCAPI void ** $vftable()
Definition Alias.h:14