LeviLamina
Loading...
Searching...
No Matches
I420ABufferInterface.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/I420BufferInterface.h"
7#include "mc/external/webrtc/VideoFrameBuffer.h"
8
9namespace webrtc {
10
12public:
13 // virtual functions
14 // NOLINTBEGIN
15 virtual ::webrtc::VideoFrameBuffer::Type type() const /*override*/;
16
17 virtual uchar const* DataA() const = 0;
18
19 virtual int StrideA() const = 0;
20
21 virtual ~I420ABufferInterface() /*override*/ = default;
22 // NOLINTEND
23
24public:
25 // virtual function thunks
26 // NOLINTBEGIN
27
28 // NOLINTEND
29};
30
31} // namespace webrtc
Definition I420ABufferInterface.h:11
Definition I420BufferInterface.h:12