LeviLamina
Loading...
Searching...
No Matches
RTCCertificateGeneratorInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/external/absl/AnyInvocable.h"
7
#include "mc/external/webrtc/scoped_refptr.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
rtc {
class
KeyParams; }
12
namespace
rtc {
class
RTCCertificate; }
13
// clang-format on
14
15
namespace
rtc {
16
17
class
RTCCertificateGeneratorInterface
{
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
// vIndex: 0
22
virtual
~RTCCertificateGeneratorInterface
() =
default
;
23
24
// vIndex: 1
25
virtual
void
GenerateCertificateAsync(
26
::rtc::KeyParams
const
&,
27
::std::optional<uint64>
const
&,
28
::absl::AnyInvocable
<
void
(
::webrtc::scoped_refptr<::rtc::RTCCertificate>
) &&>
29
) = 0;
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
36
// NOLINTEND
37
};
38
39
}
// namespace rtc
absl::AnyInvocable
Definition
AnyInvocable.h:8
rtc::KeyParams
Definition
KeyParams.h:16
rtc::RTCCertificateGeneratorInterface
Definition
RTCCertificateGeneratorInterface.h:17
webrtc::scoped_refptr
Definition
scoped_refptr.h:8
src
mc
external
rtc
RTCCertificateGeneratorInterface.h
Generated on Fri Jun 13 2025 05:04:38 for LeviLamina by
1.12.0