Navigation
API > API/Plugins > API/Plugins/RivermaxCore
2110-20 sample type interface.
| Name | IRivermaxVideoSample |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxCore/Source/RivermaxCore/Public/IRivermaxInputStream.h |
| Include Path | #include "IRivermaxInputStream.h" |
Syntax
class IRivermaxVideoSample : public UE::RivermaxCore::IRivermaxSample
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRefCountPtr< FRDGPooledBuffer > GetGPUBuffer() |
Returns RDG allocated buffer | IRivermaxInputStream.h | |
uint8 * GetVideoBufferRawPtr
(
uint32 VideoBufferSize |
Returns a pointer to the CPU accessible buffer for writing streams into. | IRivermaxInputStream.h |