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 virtual ::webrtc::VideoFrameBuffer::Type type() const /*override*/;
17
18 virtual int ChromaWidth() const /*override*/;
19
20 virtual int ChromaHeight() const /*override*/;
21
22 virtual ::webrtc::scoped_refptr<::webrtc::I420BufferInterface> ToI420() /*override*/;
23
24 virtual ::webrtc::I420BufferInterface const* GetI420() const /*override*/;
25
26 virtual ~I420BufferInterface() /*override*/;
27 // NOLINTEND
28
29public:
30 // destructor thunk
31 // NOLINTBEGIN
32 MCNAPI void $dtor();
33 // NOLINTEND
34
35public:
36 // virtual function thunks
37 // NOLINTBEGIN
38 MCNAPI ::webrtc::VideoFrameBuffer::Type $type() const;
39
40 MCNAPI int $ChromaWidth() const;
41
42 MCNAPI int $ChromaHeight() const;
43
44 MCNAPI ::webrtc::scoped_refptr<::webrtc::I420BufferInterface> $ToI420();
45
46 MCNAPI ::webrtc::I420BufferInterface const* $GetI420() const;
47
48
49 // NOLINTEND
50};
51
52} // 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