Navigation
API > API/Plugins > API/Plugins/PixelCapture
Inheritance Hierarchy
- IPixelCaptureBuffer
- FPixelCaptureBufferI420
- FPixelCaptureBufferNV12
References
| Module | PixelCapture |
| Header | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/IPixelCaptureBuffer.h |
| Include | #include "IPixelCaptureBuffer.h" |
Syntax
class IPixelCaptureBuffer
Remarks
Buffer Template for defining frame data.
Functions
| Type | Name | Description | |
|---|---|---|---|
| const uint8_t * | GetData () |
Gets a const pointer to the beginning of entire buffer for reading. | |
| int32 | GetFormat () |
Gets the Format of the buffer can be used to cast to the Specific type. | |
| int32 | GetHeight () |
Get the height of the frame | |
| uint8_t * | Gets a pointer to the beginning of the entire buffer for editing. | ||
| int64 | GetSize () |
Gets the total size of this buffer. | |
| int32 | GetWidth () |
Get the width of the frame |