LeviLamina
Loading...
Searching...
No Matches
FrameEncryptorInterface.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/cricket/MediaType.h"
7#include "mc/external/webrtc/RefCountInterface.h"
8
9namespace webrtc {
10
12public:
13 // virtual functions
14 // NOLINTBEGIN
15 virtual ~FrameEncryptorInterface() /*override*/ = default;
16
17 virtual int Encrypt(
18 ::cricket::MediaType,
19 uint,
23 uint64*
24 ) = 0;
25
26 virtual uint64 GetMaxCiphertextByteSize(::cricket::MediaType, uint64) = 0;
27 // NOLINTEND
28
29public:
30 // virtual function thunks
31 // NOLINTBEGIN
32
33 // NOLINTEND
34};
35
36} // namespace webrtc
Definition _HeaderOutputPredefine.h:310
Definition FrameEncryptorInterface.h:11
Definition RefCountInterface.h:10