LeviLamina
Loading...
Searching...
No Matches
I420BufferInterface.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/PlanarYuv8Buffer.h"
7#include "mc/external/webrtc/VideoFrameBuffer.h"
8#include "mc/external/webrtc/scoped_refptr.h"
9
10namespace webrtc {
11
13public:
14 // virtual functions
15 // NOLINTBEGIN
16 // vIndex: 3
17 virtual ::webrtc::VideoFrameBuffer::Type type() const /*override*/;
18
19 // vIndex: 10
20 virtual int ChromaWidth() const /*override*/;
21
22 // vIndex: 11
23 virtual int ChromaHeight() const /*override*/;
24
25 // vIndex: 6
26 virtual ::webrtc::scoped_refptr<::webrtc::I420BufferInterface> ToI420() /*override*/;
27
28 // vIndex: 7
29 virtual ::webrtc::I420BufferInterface const* GetI420() const /*override*/;
30
31 // vIndex: 2
32 virtual ~I420BufferInterface() /*override*/ = default;
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38
39 // NOLINTEND
40
41public:
42 // virtual function thunks
43 // NOLINTBEGIN
44
45 // NOLINTEND
46};
47
48} // namespace webrtc
Definition I420BufferInterface.h:12
Definition PlanarYuv8Buffer.h:10