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