Navigation
API > API/Plugins > API/Plugins/RivermaxCore
| Name | FRivermaxOutputOptions |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxCore/Source/RivermaxCore/Public/RivermaxTypes.h |
| Include Path | #include "RivermaxTypes.h" |
Syntax
struct FRivermaxOutputOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AlignmentMode | ERivermaxAlignmentMode | Method used to align output stream | RivermaxTypes.h | |
| bDoContinuousOutput | bool | Whether the stream will output a frame at every frame interval, repeating last frame if no new one provided | RivermaxTypes.h | |
| bDoFrameCounterTimestamping | bool | Whether to use frame's frame number instead of standard timestamping | RivermaxTypes.h | |
| FrameLockingMode | EFrameLockingMode | Defines how frame requests are handled. Whether they can block or not. | RivermaxTypes.h | |
| NumberOfBuffers | int32 | Sample count to buffer. | RivermaxTypes.h | |
| StreamOptions | TStaticArray< TSharedPtr< FRivermaxOutputStreamOptions >, static_cast< uint32 >(ERivermaxStreamType::MAX)> | Contains a stream option for each ERivermaxStreamType. | RivermaxTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< T > GetStreamOptions
(
ERivermaxStreamType InStreamType |
Returns stream options for this stream. | RivermaxTypes.h | |
TSharedPtr< FRivermaxOutputStreamOptions > GetStreamOptions
(
ERivermaxStreamType InStreamType |
RivermaxTypes.h |