Navigation
API > API/Plugins > API/Plugins/RivermaxMedia
References
| Module | RivermaxMedia |
| Header | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxMedia/Source/RivermaxMedia/Public/RivermaxMediaOutput.h |
| Include | #include "RivermaxMediaOutput.h" |
Syntax
enum ERivermaxFrameLockingMode
{
FreeRun,
BlockOnReservation,
}
Values
| Name | Description |
|---|---|
| FreeRun | If no frame available, continue |
| BlockOnReservation | Blocks RHI thread prior to capture the current frame if no space is available. |
Remarks
Controls how rivermax capture behaves when there are no buffers available to capture into