LeviLamina
Loading...
Searching...
No Matches
EncodedImageBufferInterface.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RefCountInterface.h"
7
8namespace webrtc {
9
11public:
12 // virtual functions
13 // NOLINTBEGIN
14 // vIndex: 4
15 virtual uchar const* data() const = 0;
16
17 // vIndex: 3
18 virtual uchar* data() = 0;
19
20 // vIndex: 5
21 virtual uint64 size() const = 0;
22
23 // vIndex: 2
24 virtual ~EncodedImageBufferInterface() /*override*/ = default;
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36
37 // NOLINTEND
38};
39
40} // namespace webrtc
Definition EncodedImageBufferInterface.h:10
Definition RefCountInterface.h:10