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*/;
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCNAPI void $dtor();
39 // NOLINTEND
40
41public:
42 // virtual function thunks
43 // NOLINTBEGIN
44 MCNAPI ::webrtc::VideoFrameBuffer::Type $type() const;
45
46 MCNAPI int $ChromaWidth() const;
47
48 MCNAPI int $ChromaHeight() const;
49
50 MCNAPI ::webrtc::scoped_refptr<::webrtc::I420BufferInterface> $ToI420();
51
52 MCNAPI ::webrtc::I420BufferInterface const* $GetI420() const;
53 // NOLINTEND
54};
55
56} // namespace webrtc
Definition I420BufferInterface.h:12
MCAPI int $ChromaHeight() const
MCAPI int $ChromaWidth() const
MCAPI ::webrtc::scoped_refptr<::webrtc::I420BufferInterface > $ToI420()
MCAPI::webrtc::I420BufferInterface const * $GetI420() const
MCAPI::webrtc::VideoFrameBuffer::Type $type() const
Definition PlanarYuv8Buffer.h:10